mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updated the documentation #329 [rainmkr]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@222 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
356f16006b
commit
3b56b85906
1 changed files with 5 additions and 5 deletions
|
@ -27,17 +27,17 @@ else
|
|||
end_usage
|
||||
|
||||
unless contrib_generators.empty?
|
||||
$stderr.puts " Installed generators (in #{RAILS_ROOT}/generators):"
|
||||
$stderr.puts " Installed generators (in #{RAILS_ROOT}/script/generators):"
|
||||
$stderr.puts " #{contrib_generators}"
|
||||
$stderr.puts
|
||||
end
|
||||
|
||||
$stderr.puts <<end_usage
|
||||
More generators are available at http://rubyonrails.org
|
||||
1. Download, for example, auth_controller.zip
|
||||
2. Unzip to directory #{RAILS_ROOT}/generators/auth_controller
|
||||
More generators are available at http://rubyonrails.org/show/Generators
|
||||
1. Download, for example, login_generator.tar.gz
|
||||
2. Unzip to directory #{RAILS_ROOT}/script/generators/login
|
||||
3. Generate without args for usage information
|
||||
#{$0} auth_controller
|
||||
#{$0} login
|
||||
end_usage
|
||||
exit 0
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue