diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
commit | 6f7b10cdabfe2b99d7839087f007ccf7a9083847 (patch) | |
tree | d4395468c9aeca40614bdec44c270ac72690ed1e /util-linux/readprofile.c | |
parent | 1849285a2098b503b829038f00f25abc52dbea6b (diff) | |
download | busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.gz busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.bz2 busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.zip |
*: 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 32d9987e7..f11c62292 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -44,8 +44,8 @@ | |||
44 | //usage:#define readprofile_trivial_usage | 44 | //usage:#define readprofile_trivial_usage |
45 | //usage: "[OPTIONS]" | 45 | //usage: "[OPTIONS]" |
46 | //usage:#define readprofile_full_usage "\n\n" | 46 | //usage:#define readprofile_full_usage "\n\n" |
47 | //usage: " -m mapfile (Default: /boot/System.map)" | 47 | //usage: " -m MAPFILE (Default: /boot/System.map)" |
48 | //usage: "\n -p profile (Default: /proc/profile)" | 48 | //usage: "\n -p PROFILE (Default: /proc/profile)" |
49 | //usage: "\n -M NUM Set the profiling multiplier to NUM" | 49 | //usage: "\n -M NUM Set the profiling multiplier to NUM" |
50 | //usage: "\n -i Print only info about the sampling step" | 50 | //usage: "\n -i Print only info about the sampling step" |
51 | //usage: "\n -v Verbose" | 51 | //usage: "\n -v Verbose" |