summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/ipcrm.c')
-rw-r--r--sys-utils/ipcrm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-utils/ipcrm.c b/sys-utils/ipcrm.c
index f07eac826..e8d6ba61f 100644
--- a/sys-utils/ipcrm.c
+++ b/sys-utils/ipcrm.c
@@ -176,8 +176,6 @@ int main(int argc, char **argv)
/* make sure the option is in range */
if (c != 'q' && c != 'm' && c != 's') {
- fprintf(stderr, _("%s: illegal option -- %c\n"),
- prog, c);
usage(prog);
error++;
return error;