summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-04-13 17:12:17 +0000
committerJim Meyering <jim@meyering.net>1994-04-13 17:12:17 +0000
commit85842e28eb47efce87b5c3bca60d26c62a70679e (patch)
tree0ea2559818fd80e2484446b2bcd61087361f91c0 /src/join.c
parentbaaac7ac25ea615dfd014acb9fbcad56f0dceb6e (diff)
downloadcoreutils-85842e28eb47efce87b5c3bca60d26c62a70679e.tar.xz
.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/join.c b/src/join.c
index f8da83576..8de6b9433 100644
--- a/src/join.c
+++ b/src/join.c
@@ -35,7 +35,6 @@
#include <sys/types.h>
#include <getopt.h>
#include "system.h"
-#include "version.h"
#include "long-options.h"
char *xmalloc ();
@@ -599,7 +598,7 @@ main (argc, argv)
program_name = argv[0];
- parse_long_options (argc, argv, usage);
+ parse_long_options (argc, argv, "join", usage);
/* Now that we've seen the options, we can construct the blank line
structures. */