diff options
-rw-r--r-- | tools/vm/slabinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/vm/slabinfo.c b/tools/vm/slabinfo.c index 5119adb9d009..97715b73af70 100644 --- a/tools/vm/slabinfo.c +++ b/tools/vm/slabinfo.c | |||
@@ -124,13 +124,13 @@ static void usage(void) | |||
124 | "-L|--Loss Sort by loss\n" | 124 | "-L|--Loss Sort by loss\n" |
125 | "-n|--numa Show NUMA information\n" | 125 | "-n|--numa Show NUMA information\n" |
126 | "-N|--lines=K Show the first K slabs\n" | 126 | "-N|--lines=K Show the first K slabs\n" |
127 | "-o|--ops Show kmem_cache_ops\n" | 127 | "-o|--ops Show kmem_cache_ops\n" |
128 | "-r|--report Detailed report on single slabs\n" | 128 | "-r|--report Detailed report on single slabs\n" |
129 | "-s|--shrink Shrink slabs\n" | 129 | "-s|--shrink Shrink slabs\n" |
130 | "-S|--Size Sort by size\n" | 130 | "-S|--Size Sort by size\n" |
131 | "-t|--tracking Show alloc/free information\n" | 131 | "-t|--tracking Show alloc/free information\n" |
132 | "-T|--Totals Show summary information\n" | 132 | "-T|--Totals Show summary information\n" |
133 | "-U|--Unreclaim Show unreclaimable slabs only\n" | 133 | "-U|--Unreclaim Show unreclaimable slabs only\n" |
134 | "-v|--validate Validate slabs\n" | 134 | "-v|--validate Validate slabs\n" |
135 | "-z|--zero Include empty slabs\n" | 135 | "-z|--zero Include empty slabs\n" |
136 | "-1|--1ref Single reference\n" | 136 | "-1|--1ref Single reference\n" |