Repository: buildr Updated Branches: refs/heads/master 70a07f833 -> cb629a4f4
change the wording of the option from using Rakefile to Buildfile Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/cd239ee9 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/cd239ee9 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/cd239ee9 Branch: refs/heads/master Commit: cd239ee993f2820de1a643e06fe19e37f0e2f4f6 Parents: 70a07f8 Author: Antoine Toulme <[email protected]> Authored: Sun Aug 21 14:05:20 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Sun Aug 21 14:05:20 2016 -0700 ---------------------------------------------------------------------- lib/buildr/core/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/cd239ee9/lib/buildr/core/application.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/core/application.rb b/lib/buildr/core/application.rb index 231e099..0d2fde1 100644 --- a/lib/buildr/core/application.rb +++ b/lib/buildr/core/application.rb @@ -330,7 +330,7 @@ module Buildr ['--rules', "Trace the rules resolution.", lambda { |value| options.trace_rules = true } ], - ['--no-search', '--nosearch', '-N', "Do not search parent directories for the Rakefile.", + ['--no-search', '--nosearch', '-N', "Do not search parent directories for the Buildfile.", lambda { |value| options.nosearch = true } ], ['--silent', '-s', "Like --quiet, but also suppresses the 'in directory' announcement.",
