From: Tobin C. Harding Date: Tue, 5 Mar 2019 23:48:59 +0000 (-0800) Subject: tools/vm/slabinfo: update options in usage message X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~3427^2~30 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=402ad96adcce6b5251de41bee0e336b2cf6b049e;p=mirror_ubuntu-focal-kernel.git 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 Acked-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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, ...) static void usage(void) { printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n" - "slabinfo [-ahnpvtsz] [-d debugopts] [slab-regexp]\n" + "slabinfo [-aADefhilnosrStTvz1LXBU] [N=K] [-dafzput] [slab-regexp]\n" "-a|--aliases Show aliases\n" "-A|--activity Most active slabs first\n" "-d|--debug= Set/Clear Debug options\n"