summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/repl.c b/mh/repl.c
index 17801a92d..674baa372 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -21,7 +21,7 @@
#include <sys/stat.h>
#include <unistd.h>
-const char *argp_program_version = "reply (" PACKAGE_STRING ")";
+const char *program_version = "reply (" PACKAGE_STRING ")";
static char doc[] = N_("GNU MH repl\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
@@ -323,6 +323,7 @@ main (int argc, char **argv)
/* Native Language Support */
mu_init_nls ();
+ mu_argp_init (program_version, NULL);
mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
if (mh_format_parse (format_str, &format))

Return to:

Send suggestions and report system problems to the System administrator.