From 39e5cbc91805b12fbcd4fc32ccaecca9ddb7cca3 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 29 May 2011 01:33:30 +0530 Subject: [PATCH] fix typo --- railties/guides/source/command_line.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: rails db. +You can also use the alias "db" to invoke the dbconsole: rails db. h4. +rails plugin+