From: Sami Kerola Date: Thu, 5 Jan 2012 08:36:12 +0000 (+0100) Subject: pgrep: correction to usage output X-Git-Tag: v3.3.2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62316be69a7bacf026804990d412a59a314e351e;p=procps-ng pgrep: correction to usage output Signed-off-by: Sami Kerola --- diff --git a/pgrep.c b/pgrep.c index 1229be18..0c193093 100644 --- a/pgrep.c +++ b/pgrep.c @@ -85,7 +85,7 @@ static int __attribute__ ((__noreturn__)) usage(int opt) fputs(USAGE_OPTIONS, fp); if (i_am_pkill == 0) { fputs(_(" -c, --count count of matching processes\n" - " -d, --delimeter update delay in seconds\n" + " -d, --delimeter specify output delimeter\n" " -l, --list-name list PID and process name\n"), fp); } if (i_am_pkill == 1) {