summaryrefslogtreecommitdiff
path: root/src/unlink.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-18 18:22:23 +0000
committerJim Meyering <jim@meyering.net>2003-09-18 18:22:23 +0000
commit3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a (patch)
tree2e9536eaec036a182d71472659ee9cc055c1c31b /src/unlink.c
parent588291785cbab06fe461c6a45e4eba53e4e2f13f (diff)
downloadcoreutils-3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a.tar.xz
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.
Diffstat (limited to 'src/unlink.c')
-rw-r--r--src/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unlink.c b/src/unlink.c
index f5c3c24d1..6d3257e36 100644
--- a/src/unlink.c
+++ b/src/unlink.c
@@ -74,7 +74,7 @@ main (int argc, char **argv)
/* Don't recognize --help or --version if POSIXLY_CORRECT is set. */
if (getenv ("POSIXLY_CORRECT") == NULL)
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. */