summaryrefslogtreecommitdiff
path: root/mh/anno.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/anno.c')
-rw-r--r--mh/anno.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mh/anno.c b/mh/anno.c
index 83119c3ee..8b3319aef 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -69,10 +69,12 @@ opt_handler (int key, char *arg, struct argp_state *state)
break;
case ARG_INPLACE:
+ mh_opt_notimpl_warning ("-inplace");
inplace = is_true (arg);
break;
case ARG_NOINPLACE:
+ mh_opt_notimpl_warning ("-noinplace");
inplace = 0;
break;

Return to:

Send suggestions and report system problems to the System administrator.