summaryrefslogtreecommitdiff
path: root/mh/mhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mhl.c')
-rw-r--r--mh/mhl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/mhl.c b/mh/mhl.c
index bd9fe90ed..c27e53bde 100644
--- a/mh/mhl.c
+++ b/mh/mhl.c
@@ -21,7 +21,7 @@
#include <sys/stat.h>
#include <unistd.h>
-const char *argp_program_version = "mhl (" PACKAGE_STRING ")";
+const char *program_version = "mhl (" PACKAGE_STRING ")";
static char doc[] = N_("GNU MH mhl\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[files]");
@@ -219,6 +219,7 @@ main (int argc, char **argv)
interactive = isatty (1) && isatty (0);
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.