]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 31 Oct 1994 12:55:27 +0000 (12:55 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 31 Oct 1994 12:55:27 +0000 (12:55 +0000)
src/join.c
src/sort.c

index 12c05b3b04773c4bac5447f5dc3a4e7200e64bce..5de20e6eacb9a51f2f5a71dd1300e4d4e780c43e 100644 (file)
@@ -26,6 +26,7 @@
 #include <sys/types.h>
 #include <getopt.h>
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 
 char *xmalloc ();
@@ -589,7 +590,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "join", usage);
+  parse_long_options (argc, argv, "join", version_string, usage);
 
   /* Now that we've seen the options, we can construct the blank line
      structures.  */
index 1f6630395dc1714b54789029a4d473beea632db4..45a769ef0ef45885c818ebed518bcd7385fc8c1e 100644 (file)
@@ -28,6 +28,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include "system.h"
+#include "version.h"
 #include "long-options.h"
 #include "safe-stat.h"
 
@@ -1453,7 +1454,7 @@ main (argc, argv)
 
   program_name = argv[0];
 
-  parse_long_options (argc, argv, "sort", usage);
+  parse_long_options (argc, argv, "sort", version_string, usage);
 
   have_read_stdin = 0;
   inittables ();