Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed May 28, 2011
1 parent 7d7b200 commit fc381a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/command_line.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand Down

0 comments on commit fc381a3

Please sign in to comment.