summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index df0c8a90f..49fd5b15d 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -174,7 +174,8 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "factor", GNU_PACKAGE, VERSION, usage);
+ parse_long_options (argc, argv, "factor", GNU_PACKAGE, VERSION,
+ "Paul Rubin", usage);
fail = 0;
if (argc == 1)