]> granicus.if.org Git - sysstat/commitdiff
mpstat: Add -T option in help message
authorNan Xiao <nan@chinadtrace.org>
Thu, 20 Aug 2020 07:54:39 +0000 (15:54 +0800)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 07:54:39 +0000 (15:54 +0800)
mpstat.c

index 14474a3752adcfe08c113a59e5db0ef0b7165f14..d2f612a0b6d2686365d2a0b8ce4b3eb6c5d052bb 100644 (file)
--- 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 { <node_list> | ALL } ]\n"
                          "[ --dec={ 0 | 1 | 2 } ] [ -o JSON ] [ -P { <cpu_list> | ALL } ]\n"));
        exit(1);