Author: vborja
Date: Wed Mar  4 15:18:35 2009
New Revision: 750046

URL: http://svn.apache.org/viewvc?rev=750046&view=rev
Log:
Fixed GitFlow/help to correctly get the subcommand to display

Modified:
    buildr/trunk/doc/scripts/gitflow.rb

Modified: buildr/trunk/doc/scripts/gitflow.rb
URL: 
http://svn.apache.org/viewvc/buildr/trunk/doc/scripts/gitflow.rb?rev=750046&r1=750045&r2=750046&view=diff
==============================================================================
--- buildr/trunk/doc/scripts/gitflow.rb (original)
+++ buildr/trunk/doc/scripts/gitflow.rb Wed Mar  4 15:18:35 2009
@@ -286,7 +286,7 @@
         opt.separator 'You can also obtain help for any command giving it 
--help.'
         page { puts opt }
       else
-        run(argv.join(' '), '--help')
+        run(*(argv + ['--help']))
       end
     end
   end


Reply via email to