summaryrefslogtreecommitdiff
path: root/mh/sortm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/sortm.c')
-rw-r--r--mh/sortm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/sortm.c b/mh/sortm.c
index b264ffa35..83d4919db 100644
--- a/mh/sortm.c
+++ b/mh/sortm.c
@@ -22,7 +22,7 @@
#include <unistd.h>
#include <signal.h>
-const char *argp_program_version = "sortm (" PACKAGE_STRING ")";
+const char *program_version = "sortm (" PACKAGE_STRING ")";
static char doc[] = N_("GNU MH sortm\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[msgs]");
@@ -545,6 +545,7 @@ main (int argc, char **argv)
url_t url;
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 (!oplist)

Return to:

Send suggestions and report system problems to the System administrator.