summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/join.c2
-rw-r--r--src/sort.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/join.c b/src/join.c
index b17de58d8..666cd73e1 100644
--- a/src/join.c
+++ b/src/join.c
@@ -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;
diff --git a/src/sort.c b/src/sort.c
index 90c28567d..b4dbe8bef 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -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 ();