diff options
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" |