pgrep: correction to usage output
Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
This commit is contained in:
parent
f865ccbff9
commit
62316be69a
2
pgrep.c
2
pgrep.c
@ -85,7 +85,7 @@ static int __attribute__ ((__noreturn__)) usage(int opt)
|
|||||||
fputs(USAGE_OPTIONS, fp);
|
fputs(USAGE_OPTIONS, fp);
|
||||||
if (i_am_pkill == 0) {
|
if (i_am_pkill == 0) {
|
||||||
fputs(_(" -c, --count count of matching processes\n"
|
fputs(_(" -c, --count count of matching processes\n"
|
||||||
" -d, --delimeter <string> update delay in seconds\n"
|
" -d, --delimeter <string> specify output delimeter\n"
|
||||||
" -l, --list-name list PID and process name\n"), fp);
|
" -l, --list-name list PID and process name\n"), fp);
|
||||||
}
|
}
|
||||||
if (i_am_pkill == 1) {
|
if (i_am_pkill == 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user