[PATCH 4/8] tools/vm/slabinfo: fix alternate opts names

2015-10-15 Thread Sergey Senozhatsky
Fix mismatches between usage() output and real opts[] options. Add missing alternative opt names, e.g., '-S' had no '--Size' opts[] entry, etc. Signed-off-by: Sergey Senozhatsky --- tools/vm/slabinfo.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[PATCH 4/8] tools/vm/slabinfo: fix alternate opts names

2015-10-15 Thread Sergey Senozhatsky
Fix mismatches between usage() output and real opts[] options. Add missing alternative opt names, e.g., '-S' had no '--Size' opts[] entry, etc. Signed-off-by: Sergey Senozhatsky --- tools/vm/slabinfo.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-)