Skip to content

Commit

Permalink
removed "default" from verbose option descriptions
Browse files Browse the repository at this point in the history
added testdata to gitignore
  • Loading branch information
jimweirich committed Dec 14, 2008
1 parent 2f6d805 commit e41282d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@ TAGS
html
pkg
coverage
testdata
*.bak
temp_*
x
Expand Down
2 changes: 1 addition & 1 deletion lib/rake.rb
Expand Up @@ -2270,7 +2270,7 @@ def standard_rake_options
verbose(true)
}
],
['--verbose', '-v', "Log message to standard output (default).",
['--verbose', '-v', "Log message to standard output.",
lambda { |value| verbose(true) }
],
['--version', '-V', "Display the program version.",
Expand Down

0 comments on commit e41282d

Please sign in to comment.