From 7e7ae5ad692760aa8d97477f061a05b10948cf57 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 18 Feb 2010 14:08:13 +0000 Subject: 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 --- docs/CommandGuide/llvm-config.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CommandGuide/llvm-config.pod') diff --git a/docs/CommandGuide/llvm-config.pod b/docs/CommandGuide/llvm-config.pod index 06f10de..4e38dae 100644 --- a/docs/CommandGuide/llvm-config.pod +++ b/docs/CommandGuide/llvm-config.pod @@ -30,7 +30,7 @@ To link against the JIT: Print the version number of LLVM. -=item B<--help> +=item B<-help> Print a summary of B arguments. -- cgit v1.1