]> granicus.if.org Git - procps-ng/commitdiff
pgrep: correction to usage output
authorSami Kerola <sami.kerola@tomtom.com>
Thu, 5 Jan 2012 08:36:12 +0000 (09:36 +0100)
committerCraig Small <csmall@enc.com.au>
Thu, 5 Jan 2012 13:17:44 +0000 (00:17 +1100)
Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
pgrep.c

diff --git a/pgrep.c b/pgrep.c
index 1229be187ec0c8df6ccd3a4ec3926d60d1f545c5..0c193093bf91be866dcd8d60e7fcf162d1dd3a65 100644 (file)
--- 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 <string>  update delay in seconds\n"
+                       " -d, --delimeter <string>  specify output delimeter\n"
                        " -l, --list-name           list PID and process name\n"), fp);
        }
        if (i_am_pkill == 1) {