aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2015-06-09 20:00:23 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2015-06-09 20:00:23 +0530
commit157a6eb019f376e695f67290a21b5eca6bffc96d (patch)
treed6c09382ff60416912caf18f71aa515d027dfc2b
parent0b57f090c95503a14dfb3473752fecc658527d16 (diff)
downloadrails-157a6eb019f376e695f67290a21b5eca6bffc96d.tar.gz
rails-157a6eb019f376e695f67290a21b5eca6bffc96d.tar.bz2
rails-157a6eb019f376e695f67290a21b5eca6bffc96d.zip
update Rails Command Line guide page
-rw-r--r--guides/source/command_line.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 315d8c14b6..0f5a9e4e39 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -64,10 +64,10 @@ $ cd commandsapp
$ bin/rails server
=> Booting WEBrick
=> Rails 5.0.0 application starting in development on http://localhost:3000
-=> Call with -d to detach
+=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2013-08-07 02:00:01] INFO WEBrick 1.3.1
-[2013-08-07 02:00:01] INFO ruby 2.0.0 (2013-06-27) [x86_64-darwin11.2.0]
+[2013-08-07 02:00:01] INFO ruby 2.2.2 (2015-06-27) [x86_64-darwin11.2.0]
[2013-08-07 02:00:01] INFO WEBrick::HTTPServer#start: pid=69680 port=3000
```