(long_options): Changes table entries not to use this form:
authorJim Meyering <jim@meyering.net>
Sat, 25 Jul 1998 15:14:16 +0000 (15:14 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Jul 1998 15:14:16 +0000 (15:14 +0000)
commit4e9a99dd9a9ffc5a2a2dc17c55fc5b58f0cafa02
treefdb9f90114ab25f1930114fc6272675efd8a1970
parent3f3df4e600485ce556f37110ac040f970ce7583c
(long_options): Changes table entries not to use this form:
{"all", no_argument, &show_all_fs, 1},
but rather this form:
{"all", no_argument, NULL, 'a'},
Using the latter, all the option handling in one place: the getopt loop.
src/df.c