diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-29 01:33:30 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-29 01:33:30 +0530 |
commit | fc381a3a42267898865838f216f7715fb4dbaa16 (patch) | |
tree | e5be37a05906f59ab57ae51683554f3fd1769774 | |
parent | 7d7b2009bbcb902ce2626456ae5ff56ca1da99f7 (diff) | |
download | rails-fc381a3a42267898865838f216f7715fb4dbaa16.tar.gz rails-fc381a3a42267898865838f216f7715fb4dbaa16.tar.bz2 rails-fc381a3a42267898865838f216f7715fb4dbaa16.zip |
fix typo
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 5497445fcb..1796c2fb78 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -284,7 +284,7 @@ h4. +rails dbconsole+ +rails dbconsole+ figures out which database you're using and drops you into whichever command line interface you would use with it (and figures out the command line parameters to give to it, too!). It supports MySQL, PostgreSQL, SQLite and SQLite3. -You can also use the alias "db" to invoke the console: <tt>rails db</tt>. +You can also use the alias "db" to invoke the dbconsole: <tt>rails db</tt>. h4. +rails plugin+ |