lib/buildr/core/help.rb in vic-buildr-1.3.3 vs lib/buildr/core/help.rb in vic-buildr-1.3.4
- old
+ new
@@ -53,10 +53,11 @@
end
task 'help' do
# Greeater.
- Buildr.application.usage
+ puts 'Usage:'
+ puts ' buildr [-f rakefile] {options} targets...'
puts
# Show only the top-level projects.
projects.reject(&:parent).tap do |top_level|
unless top_level.empty?