diff options
author | Denys Vlasenko | 2021-06-13 03:51:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-13 03:51:55 +0200 |
commit | 6f7b10cdabfe2b99d7839087f007ccf7a9083847 (patch) | |
tree | d4395468c9aeca40614bdec44c270ac72690ed1e /util-linux/readprofile.c | |
parent | 1849285a2098b503b829038f00f25abc52dbea6b (diff) | |
download | busybox-6f7b10cdabfe2b99d7839087f007ccf7a9083847.zip busybox-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.gz |
*: more --help tweaking
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/readprofile.c')
-rw-r--r-- | util-linux/readprofile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 32d9987..f11c622 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c @@ -44,8 +44,8 @@ //usage:#define readprofile_trivial_usage //usage: "[OPTIONS]" //usage:#define readprofile_full_usage "\n\n" -//usage: " -m mapfile (Default: /boot/System.map)" -//usage: "\n -p profile (Default: /proc/profile)" +//usage: " -m MAPFILE (Default: /boot/System.map)" +//usage: "\n -p PROFILE (Default: /proc/profile)" //usage: "\n -M NUM Set the profiling multiplier to NUM" //usage: "\n -i Print only info about the sampling step" //usage: "\n -v Verbose" |