From fc381a3a42267898865838f216f7715fb4dbaa16 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 29 May 2011 01:33:30 +0530 Subject: fix typo --- railties/guides/source/command_line.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/command_line.textile') 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+ -- cgit v1.2.3