1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

(main): update --version output again

This commit is contained in:
Jim Meyering
1996-10-04 04:28:35 +00:00
parent be4153d2a8
commit 2c035a7cfd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -765,7 +765,7 @@ main (int argc, char **argv)
it may be increased. */
uni_blank.nfields = 1;
parse_long_options (argc, argv, "join", PACKAGE_VERSION, usage);
parse_long_options (argc, argv, "join", GNU_PACKAGE, VERSION, usage);
nfiles = 0;
print_pairables = 1;
+1 -1
View File
@@ -1723,7 +1723,7 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
parse_long_options (argc, argv, "sort", PACKAGE_VERSION, usage);
parse_long_options (argc, argv, "sort", GNU_PACKAGE, VERSION, usage);
have_read_stdin = 0;
inittables ();