diff options
author | Duncan Sands <baldrick@free.fr> | 2010-02-18 14:08:13 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-02-18 14:08:13 +0000 |
commit | 142b9edaf12346d77e5d58ab0b6bee821d6de458 (patch) | |
tree | 6cf819f97c79590819e12a5101bf8ad9ddb4df0e /llvm/docs/CommandGuide/llvm-prof.pod | |
parent | 26d19c59f86f00ed6651ff3889376a1a7259dcb0 (diff) | |
download | bcm5719-llvm-142b9edaf12346d77e5d58ab0b6bee821d6de458.tar.gz bcm5719-llvm-142b9edaf12346d77e5d58ab0b6bee821d6de458.zip |
Refer to -help instead of --help since this is what tools themselves say.
Also, have tools output -help-hidden rather than refer to --help-hidden,
for consistency, and likewise adjust documentation. This doesn't change
every mention of --help, only those which seemed clearly safe.
llvm-svn: 96578
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-prof.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-prof.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-prof.pod b/llvm/docs/CommandGuide/llvm-prof.pod index 381387d7dbe..9541b05dcaf 100644 --- a/llvm/docs/CommandGuide/llvm-prof.pod +++ b/llvm/docs/CommandGuide/llvm-prof.pod @@ -18,7 +18,7 @@ where the program hotspots are. This program is often used in conjunction with the F<utils/profile.pl> script. This script automatically instruments a program, runs it with the JIT, then runs B<llvm-prof> to format a report. To get more information about -F<utils/profile.pl>, execute it with the B<--help> option. +F<utils/profile.pl>, execute it with the B<-help> option. =head1 OPTIONS |