]> granicus.if.org Git - sysstat/commitdiff
Fixed a small inconsistency in pidstat usage message.
authorseb <seb@kluane.home>
Sun, 10 Mar 2013 14:46:58 +0000 (15:46 +0100)
committerseb <seb@kluane.home>
Sun, 10 Mar 2013 14:46:58 +0000 (15:46 +0100)
Benno Schulenberg (from the Translation Project) reported that
pidstat synopsis should be "-U [ <username> ]" instead of "-U [ username ]"

CHANGES
pidstat.c

diff --git a/CHANGES b/CHANGES
index 3a9450e2b5e801c50ae6888f7bd6cbbf88ff96ea..acb8501899e1eefd576b014b9c1492f4df34d93d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes:
 
+xxxx/xx/xx: Version 10.1.5 - Sebastien Godard (sysstat <at> orange.fr)
+       * [Benno Schulenberg]: Fixed a small inconsistency in pidstat
+         usage message.
+
 2013/03/08: Version 10.1.4 - Sebastien Godard (sysstat <at> orange.fr)
        * [Christophe Cerin]: pidstat now stops and displays its average
          stats when it receives SIGINT (crtl/c).
index 2fee6e9a7c567cef4510e7a9a2529866e987f05f..2a94bc192ec71f91eb166353bb5b5aa2d2984c7e 100644 (file)
--- 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 [ <username> ] ] [ -u ]\n"
                          "[ -V ] [ -w ] [ -C <command> ] [ -p { <pid> [,...] | SELF | ALL } ]\n"
                          "[ -T { TASK | CHILD | ALL } ]\n"));
        exit(1);