From 62316be69a7bacf026804990d412a59a314e351e Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 5 Jan 2012 09:36:12 +0100 Subject: [PATCH] pgrep: correction to usage output Signed-off-by: Sami Kerola --- pgrep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {