pmap: tweak help text, show usage if no params are given
Noticed while auditing nofork/noexec status function old new delta pmap_main 70 80 +10 packed_usage 31747 31744 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
//kbuild:lib-$(CONFIG_PMAP) += pmap.o
|
||||
|
||||
//usage:#define pmap_trivial_usage
|
||||
//usage: "[-xq] PID"
|
||||
//usage: "[-xq] PID..."
|
||||
//usage:#define pmap_full_usage "\n\n"
|
||||
//usage: "Display process memory usage"
|
||||
//usage: "\n"
|
||||
@@ -96,6 +96,7 @@ int pmap_main(int argc UNUSED_PARAM, char **argv)
|
||||
unsigned opts;
|
||||
int ret;
|
||||
|
||||
opt_complementary = "-1"; /* min one arg */
|
||||
opts = getopt32(argv, "xq");
|
||||
argv += optind;
|
||||
|
||||
|
Reference in New Issue
Block a user