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-ranlib.pod | |
parent | 26d19c59f86f00ed6651ff3889376a1a7259dcb0 (diff) | |
download | llvm-142b9edaf12346d77e5d58ab0b6bee821d6de458.zip llvm-142b9edaf12346d77e5d58ab0b6bee821d6de458.tar.gz llvm-142b9edaf12346d77e5d58ab0b6bee821d6de458.tar.bz2 |
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-ranlib.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-ranlib.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ranlib.pod b/llvm/docs/CommandGuide/llvm-ranlib.pod index 130edb0..53cd34b 100644 --- a/llvm/docs/CommandGuide/llvm-ranlib.pod +++ b/llvm/docs/CommandGuide/llvm-ranlib.pod @@ -6,7 +6,7 @@ llvm-ranlib - Generate index for LLVM archive =head1 SYNOPSIS -B<llvm-ranlib> [--version] [--help] <archive-file> +B<llvm-ranlib> [--version] [-help] <archive-file> =head1 DESCRIPTION @@ -30,7 +30,7 @@ Specifies the archive-file to which the symbol table is added or updated. Print the version of B<llvm-ranlib> and exit without building a symbol table. -=item F<--help> +=item F<-help> Print usage help for B<llvm-ranlib> and exit without building a symbol table. |