* llvmc does not have a -V switch
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 18 Feb 2005 18:00:53 +0000 (18:00 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 18 Feb 2005 18:00:53 +0000 (18:00 +0000)
* --config-file is really --config-dir, according to `llvmc --help'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20238 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvmc.pod

index bac6c057d3589155160237dd14abe67a0f3211b0..6c6c26cb719a39624a3ba5d48a96e0ad73a07edb 100644 (file)
@@ -311,10 +311,9 @@ where include files can be found.
 
 Print a summary of command line options.
 
-=item B<-V> or B<--version>
+=item B<--version>
 
-This option will cause B<llvmc> to print out its version number
-and terminate.
+This option will cause B<llvmc> to print out its version number and terminate.
 
 =back
 
@@ -345,7 +344,7 @@ item I<name> in the section named I<section>. This is a quick way to override
 a configuration item on the command line without resorting to changing the
 configuration files. 
 
-=item B<--config-file> F<dirname>
+=item B<--config-dir> F<dirname>
 
 This option tells B<llvmc> to read configuration data from the I<directory>
 named F<dirname>. Data from such directories will be read in the order
@@ -361,7 +360,6 @@ files and only configure from the contents of the F<dirname> directory. Multiple
 B<--config-only-from> options may be given in which case the directories are
 read in the order given on the command line.
 
-
 =item B<--emit-raw-code>
 
 No optimization is done whatsoever. The compilers invoked by B<llvmc> with