summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/mh/repl.c b/mh/repl.c
index af6b22d37..73fba50f1 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -256,11 +256,14 @@ opt_handler (int key, char *arg, struct argp_state *state)
break;
case ARG_INPLACE:
+ mh_opt_notimpl_warning ("-inplace");
+ break;
+
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.