]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): update --version output again
authorJim Meyering <jim@meyering.net>
Fri, 4 Oct 1996 04:28:35 +0000 (04:28 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Oct 1996 04:28:35 +0000 (04:28 +0000)
src/join.c
src/sort.c

index b17de58d8ab4383a4aa9e915a1dcfb9525b3b9e5..666cd73e10d206bc3bca3d06dd8d417a8b11d63d 100644 (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;
index 90c28567dd7a6b009325996683175ecedd6fefd1..b4dbe8bef26c29cb53e325bc73ff6233545c790a 100644 (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 ();