diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-17 09:47:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-17 09:47:41 +0000 |
commit | 56c1cbf2e8b93c23c717788ec0adebf22b80bd8c (patch) | |
tree | e7cb04b1a4d287fe9c07dcd5c42e689d120853a2 /src | |
parent | bd485671ff309083dd06705d85e90b69d12e946f (diff) | |
download | coreutils-56c1cbf2e8b93c23c717788ec0adebf22b80bd8c.tar.xz |
(main): Use PACKAGE, not GNU_PACKAGE.
Diffstat (limited to 'src')
-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; |