From: Nan Xiao Date: Thu, 20 Aug 2020 07:54:39 +0000 (+0800) Subject: mpstat: Add -T option in help message X-Git-Tag: v12.5.1~30^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3db6d7424515877d3aa00e24bd9437224428a672;p=sysstat mpstat: Add -T option in help message --- diff --git a/mpstat.c b/mpstat.c index 14474a3..d2f612a 100644 --- a/mpstat.c +++ b/mpstat.c @@ -135,7 +135,7 @@ void usage(char *progname) progname); fprintf(stderr, _("Options are:\n" - "[ -A ] [ -n ] [ -u ] [ -V ]\n" + "[ -A ] [ -n ] [-T] [ -u ] [ -V ]\n" "[ -I { SUM | CPU | SCPU | ALL } ] [ -N { | ALL } ]\n" "[ --dec={ 0 | 1 | 2 } ] [ -o JSON ] [ -P { | ALL } ]\n")); exit(1);