From c6ec14449470fce01a93bd0724ea3146c3ba3e7e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Sep 2003 19:39:12 +0000 Subject: revert previous change --- src/unlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unlink.c') diff --git a/src/unlink.c b/src/unlink.c index 6d3257e36..f5c3c24d1 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, - usage, AUTHORS, NULL); + AUTHORS, usage); /* The above handles --help and --version. Since there is no other invocation of getopt, handle `--' here. */ -- cgit v1.2.3-54-g00ecf