diff options
author | Tobin C. Harding <tobin@kernel.org> | 2019-03-05 18:48:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-06 00:07:20 -0500 |
commit | 402ad96adcce6b5251de41bee0e336b2cf6b049e (patch) | |
tree | ecacc8b06bc32891d406e2f25070c0e4371002cd | |
parent | ace451eb5ec5bb432fc28d8a723838b88e28643e (diff) |
tools/vm/slabinfo: update options in usage message
Currently usage message list only a subset of the available options.
should list them all.
Update options in usage massage to include all available options.
Link: http://lkml.kernel.org/r/20190212001219.27769-2-tobin@kernel.org
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | tools/vm/slabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vm/slabinfo.c b/tools/vm/slabinfo.c index 334b16db0ebb..d3908c50c87c 100644 --- a/tools/vm/slabinfo.c +++ b/tools/vm/slabinfo.c | |||
@@ -110,7 +110,7 @@ static void fatal(const char *x, ...) | |||
110 | static void usage(void) | 110 | static void usage(void) |
111 | { | 111 | { |
112 | printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n" | 112 | printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n" |
113 | "slabinfo [-ahnpvtsz] [-d debugopts] [slab-regexp]\n" | 113 | "slabinfo [-aADefhilnosrStTvz1LXBU] [N=K] [-dafzput] [slab-regexp]\n" |
114 | "-a|--aliases Show aliases\n" | 114 | "-a|--aliases Show aliases\n" |
115 | "-A|--activity Most active slabs first\n" | 115 | "-A|--activity Most active slabs first\n" |
116 | "-d<options>|--debug=<options> Set/Clear Debug options\n" | 116 | "-d<options>|--debug=<options> Set/Clear Debug options\n" |