1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Update AUTHORS definition to be a comma-separated list of strings and/or update

the call to parse_long_options so that `AUTHORS, NULL' are the last parameters.
This commit is contained in:
Jim Meyering
2003-09-18 18:22:23 +00:00
parent 588291785c
commit 3280bf4b55
58 changed files with 66 additions and 66 deletions

View File

@@ -188,7 +188,7 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
AUTHORS, usage);
usage, AUTHORS, NULL);
/* The above handles --help and --version.
Since there is no other invocation of getopt, handle `--' here. */
if (argc > 1 && STREQ (argv[1], "--"))