summaryrefslogtreecommitdiff
path: root/mh/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/comp.c')
-rw-r--r--mh/comp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mh/comp.c b/mh/comp.c
index fc13db596..bcc00675b 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -140,9 +140,9 @@ opt_handler (int key, char *arg, struct argp_state *state)
case ARG_WHATNOWPROC:
case ARG_NOWHATNOWPROC:
- argp_error (state, _("option is not yet implemented"));
- exit (1);
-
+ mh_opt_notimpl ("-[no]whatnowproc");
+ break;
+
case ARG_LICENSE:
mh_license (argp_program_version);
break;

Return to:

Send suggestions and report system problems to the System administrator.