summaryrefslogtreecommitdiff
path: root/mh/mhn.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mhn.c')
-rw-r--r--mh/mhn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/mhn.c b/mh/mhn.c
index caa018f75..d9cfd755d 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -24,7 +24,7 @@
#define obstack_chunk_free free
#include <obstack.h>
-const char *argp_program_version = "mhn (" PACKAGE_STRING ")";
+const char *program_version = "mhn (" PACKAGE_STRING ")";
static char doc[] = N_("GNU MH mhn\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
@@ -2507,6 +2507,7 @@ main (int argc, char **argv)
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);

Return to:

Send suggestions and report system problems to the System administrator.