diff options
-rw-r--r-- | src/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c index 2a0c28143..0c548655c 100644 --- a/src/sort.c +++ b/src/sort.c @@ -2049,7 +2049,7 @@ main (int argc, char **argv) #endif /* NLS */ - parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, + parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION, AUTHORS, usage); have_read_stdin = 0; |