You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2011/07/07 18:46:55 UTC

svn commit: r1143916 - /buildr/trunk/doc/installing.textile

Author: toulmean
Date: Thu Jul  7 16:46:55 2011
New Revision: 1143916

URL: http://svn.apache.org/viewvc?rev=1143916&view=rev
Log:
fix the -v parameter to actually read -V

Modified:
    buildr/trunk/doc/installing.textile

Modified: buildr/trunk/doc/installing.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/installing.textile?rev=1143916&r1=1143915&r2=1143916&view=diff
==============================================================================
--- buildr/trunk/doc/installing.textile (original)
+++ buildr/trunk/doc/installing.textile Thu Jul  7 16:46:55 2011
@@ -216,7 +216,7 @@ There are several options you can use, f
 | @-q/--quiet@              | Do not log messages to standard output.                 |
 | @-r/--require [file]@     | Require MODULE before executing buildfile.              |
 | @-t/--trace@              | Turn on invoke/execute tracing, enable full backtrace.  |
-| @-v/--version@            | Display the program version.                            |
+| @-V/--version@            | Display the program version.                            |
 | @-P/--prereqs@            | Display tasks and dependencies, then exit.              |
 
 You can tell Buildr to run specific tasks and the order to run them.  For example: