aboutsummaryrefslogtreecommitdiff
path: root/util-linux/readprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/readprofile.c')
-rw-r--r--util-linux/readprofile.c4
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"