Add --no-rc description on the command line

This commit is contained in:
robertomiranda 2013-02-02 09:51:17 -05:00
parent d3524852e2
commit 9e18ce7f93
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ module Rails
class_option :skip_test_unit, type: :boolean, aliases: '-T', default: false,
desc: 'Skip Test::Unit files'
class_option :no_rc, type: :boolean, default: false,
desc: 'Skip loading of extra configuration options from .railsrc file'
class_option :help, type: :boolean, aliases: '-h', group: :rails,
desc: 'Show this help message and quit'
end