diff options
Diffstat (limited to 'src/pgrep.c')
-rw-r--r-- | src/pgrep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pgrep.c b/src/pgrep.c index 1c15981..eeebf3e 100644 --- a/src/pgrep.c +++ b/src/pgrep.c @@ -160,6 +160,7 @@ static int __attribute__ ((__noreturn__)) usage(int opt) fputs(_(" -<sig>, --signal <sig> signal to send (either number or name)\n"), fp); fputs(_(" -q, --queue <value> integer value to be sent with the signal\n"), fp); fputs(_(" -e, --echo display what is killed\n"), fp); + break; #ifdef ENABLE_PIDWAIT case PIDWAIT: fputs(_(" -e, --echo display PIDs before waiting\n"), fp); |