aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-05-29 01:33:30 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-05-29 01:33:30 +0530
commitfc381a3a42267898865838f216f7715fb4dbaa16 (patch)
treee5be37a05906f59ab57ae51683554f3fd1769774 /railties/guides/source
parent7d7b2009bbcb902ce2626456ae5ff56ca1da99f7 (diff)
downloadrails-fc381a3a42267898865838f216f7715fb4dbaa16.tar.gz
rails-fc381a3a42267898865838f216f7715fb4dbaa16.tar.bz2
rails-fc381a3a42267898865838f216f7715fb4dbaa16.zip
fix typo
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/command_line.textile2
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+