summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 89df40324..3b8b9eef5 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -182,7 +182,7 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "factor", PACKAGE_VERSION, usage);
+ parse_long_options (argc, argv, "factor", GNU_PACKAGE, VERSION, usage);
fail = 0;
if (argc == 1)