mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
generate --quiet documentation #715
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1107 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
aefb36a688
commit
1752583531
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ module Rails
|
|||
opt.on('-p', '--pretend', 'Run but do not make any changes.') { |options[:pretend]| }
|
||||
opt.on('-f', '--force', 'Overwrite files that already exist.') { options[:collision] = :force }
|
||||
opt.on('-s', '--skip', 'Skip files that already exist.') { options[:collision] = :skip }
|
||||
opt.on('-q', '--quiet', 'Keep is like a secret with /dev/null.') { |options[:quiet]| }
|
||||
opt.on('-q', '--quiet', 'Suppress normal output.') { |options[:quiet]| }
|
||||
opt.on('-t', '--backtrace', 'Debugging: show backtrace on errors.') { |options[:backtrace]| }
|
||||
opt.on('-h', '--help', 'Show this help message.') { |options[:help]| }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue