summaryrefslogtreecommitdiff
path: root/mh/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/send.c')
-rw-r--r--mh/send.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/send.c b/mh/send.c
index 200beeb19..01e927de2 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include <pwd.h>
-const char *argp_program_version = "send (" PACKAGE_STRING ")";
+const char *program_version = "send (" PACKAGE_STRING ")";
static char doc[] = N_("GNU MH send\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
@@ -443,6 +443,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.