You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/10/21 06:01:23 UTC

svn commit: r706505 - /incubator/buildr/trunk/lib/buildr/core/help.rb

Author: vborja
Date: Mon Oct 20 21:01:22 2008
New Revision: 706505

URL: http://svn.apache.org/viewvc?rev=706505&view=rev
Log:
We have no Application#usage method, so I've modified the help task to print the usage string.

Modified:
    incubator/buildr/trunk/lib/buildr/core/help.rb

Modified: incubator/buildr/trunk/lib/buildr/core/help.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/core/help.rb?rev=706505&r1=706504&r2=706505&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/core/help.rb (original)
+++ incubator/buildr/trunk/lib/buildr/core/help.rb Mon Oct 20 21:01:22 2008
@@ -55,7 +55,8 @@
 
 task 'help' do
   # Greeater.
-  Buildr.application.usage
+  puts 'Usage:'
+  puts '  buildr [-f rakefile] {options} targets...'
   puts
 
   # Show only the top-level projects.