From 3280bf4b5571fd4425c7e6f7d765d08b77ce8d8a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Sep 2003 18:22:23 +0000 Subject: 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. --- src/yes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yes.c') diff --git a/src/yes.c b/src/yes.c index f2e37ce8e..332c3e29f 100644 --- a/src/yes.c +++ b/src/yes.c @@ -77,7 +77,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); if (argc == 1) { -- cgit v1.2.3-54-g00ecf