diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-13 23:47:27 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-13 23:47:27 +0000 |
commit | 317f13c2a8c047b3868a58e0121453b092557dba (patch) | |
tree | fcffaa5c7d91db8fba980120be96984bf74ea4fa /railties/bin | |
parent | 0dfe122bb403e29def9bf58c0d21575ed771a918 (diff) | |
download | rails-317f13c2a8c047b3868a58e0121453b092557dba.tar.gz rails-317f13c2a8c047b3868a58e0121453b092557dba.tar.bz2 rails-317f13c2a8c047b3868a58e0121453b092557dba.zip |
Cut dependency on dev-utils by using included breakpoint lib
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@148 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/bin')
-rwxr-xr-x | railties/bin/rails | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/rails b/railties/bin/rails index 846f02ac69..7b3eebea82 100755 --- a/railties/bin/rails +++ b/railties/bin/rails @@ -18,7 +18,7 @@ SYNOPSIS DESCRIPTION This generator will create a suggested directory structure, lots of minor helper files, and a default configuration for creating a new Rails application. Once the - generator is done, you're adviced to look at the README in the root of the folder. + generator is done, you're advised to look at the README in the root of the folder. EXAMPLE rails ~/Code/Ruby/weblog |