summaryrefslogtreecommitdiff
path: root/mh/fmtcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/fmtcheck.c')
-rw-r--r--mh/fmtcheck.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/fmtcheck.c b/mh/fmtcheck.c
index 7980b8c95..283a011da 100644
--- a/mh/fmtcheck.c
+++ b/mh/fmtcheck.c
@@ -19,7 +19,7 @@
#include <mh.h>
-const char *argp_program_version = "fmtcheck (" PACKAGE_STRING ")";
+const char *program_version = "fmtcheck (" PACKAGE_STRING ")";
static char doc[] = N_("GNU MH fmtcheck\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "";
@@ -103,6 +103,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, NULL);

Return to:

Send suggestions and report system problems to the System administrator.