Refer to -help instead of --help since this is what tools themselves say.
authorDuncan Sands <baldrick@free.fr>
Thu, 18 Feb 2010 14:08:13 +0000 (14:08 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 18 Feb 2010 14:08:13 +0000 (14:08 +0000)
commit7e7ae5ad692760aa8d97477f061a05b10948cf57
treeb1825df8e9523cdebe7f898b38e97d2e12aff7e0
parent3460f221cd9d3329aefb3f10a0f9d0800d8db70a
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96578 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
docs/CommandGuide/FileCheck.pod
docs/CommandGuide/bugpoint.pod
docs/CommandGuide/index.html
docs/CommandGuide/llc.pod
docs/CommandGuide/lli.pod
docs/CommandGuide/llvm-as.pod
docs/CommandGuide/llvm-bcanalyzer.pod
docs/CommandGuide/llvm-config.pod
docs/CommandGuide/llvm-dis.pod
docs/CommandGuide/llvm-extract.pod
docs/CommandGuide/llvm-link.pod
docs/CommandGuide/llvm-nm.pod
docs/CommandGuide/llvm-prof.pod
docs/CommandGuide/llvm-ranlib.pod
docs/CommandGuide/llvmc.pod
docs/CommandGuide/tblgen.pod
docs/CommandLine.html
docs/CompilerDriver.html
docs/GettingStarted.html
docs/WritingAnLLVMPass.html
include/llvm/CompilerDriver/Main.inc
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp