From: seb Date: Sun, 10 Mar 2013 14:46:58 +0000 (+0100) Subject: Fixed a small inconsistency in pidstat usage message. X-Git-Tag: v10.1.5~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8805237592f517db0b04516eb766871467288597;p=sysstat Fixed a small inconsistency in pidstat usage message. Benno Schulenberg (from the Translation Project) reported that pidstat synopsis should be "-U [ ]" instead of "-U [ username ]" --- diff --git a/CHANGES b/CHANGES index 3a9450e..acb8501 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes: +xxxx/xx/xx: Version 10.1.5 - Sebastien Godard (sysstat orange.fr) + * [Benno Schulenberg]: Fixed a small inconsistency in pidstat + usage message. + 2013/03/08: Version 10.1.4 - Sebastien Godard (sysstat orange.fr) * [Christophe Cerin]: pidstat now stops and displays its average stats when it receives SIGINT (crtl/c). diff --git a/pidstat.c b/pidstat.c index 2fee6e9..2a94bc1 100644 --- a/pidstat.c +++ b/pidstat.c @@ -83,7 +83,7 @@ void usage(char *progname) progname); fprintf(stderr, _("Options are:\n" - "[ -d ] [ -h ] [ -I ] [ -l ] [ -r ] [ -s ] [ -t ] [ -U [ username ] ] [ -u ]\n" + "[ -d ] [ -h ] [ -I ] [ -l ] [ -r ] [ -s ] [ -t ] [ -U [ ] ] [ -u ]\n" "[ -V ] [ -w ] [ -C ] [ -p { [,...] | SELF | ALL } ]\n" "[ -T { TASK | CHILD | ALL } ]\n")); exit(1);