diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/client.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index e1d67d783b..d59af9e6cf 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4654,11 +4654,6 @@ static int do_message_op(void) case 'g': grepable=true; break; - default: - d_fprintf(stderr, "\nInvalid option %s: %s\n\n", - poptBadOption(pc, 0), poptStrerror(opt)); - poptPrintUsage(pc, stderr, 0); - exit(1); } } |