aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-06-09 17:04:10 +0200
committerArun Agrawal <arunagw@gmail.com>2015-06-09 17:04:10 +0200
commitc6451333a3842b495ea5e68620fb7b882cc89549 (patch)
treed6c09382ff60416912caf18f71aa515d027dfc2b /guides
parent0b57f090c95503a14dfb3473752fecc658527d16 (diff)
parent157a6eb019f376e695f67290a21b5eca6bffc96d (diff)
downloadrails-c6451333a3842b495ea5e68620fb7b882cc89549.tar.gz
rails-c6451333a3842b495ea5e68620fb7b882cc89549.tar.bz2
rails-c6451333a3842b495ea5e68620fb7b882cc89549.zip
Merge pull request #20491 from Gaurav2728/gaurav-command_line_guide
update Rails Command Line guide page
Diffstat (limited to 'guides')
-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
```