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:
+1
-1
@@ -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
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user