summaryrefslogtreecommitdiff
path: root/doc/update/upgrader.md
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-01-23 11:44:53 +0100
committerdosire <sytses@gmail.com>2014-01-23 11:44:53 +0100
commitb057e58b6f32c9458fe212e8ef01ca4214860667 (patch)
treef5cc9bcf456e5f8ab17070c65741da7fbcc2289a /doc/update/upgrader.md
parent68590fddd860c5d840d8f04314ed11f0d02ddd44 (diff)
downloadgitlab-ce-b057e58b6f32c9458fe212e8ef01ca4214860667.tar.gz
Reword upgrade -y comment, improve layout and allow just y.
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r--doc/update/upgrader.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index 1f51005a8e9..4ced6357962 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -19,10 +19,8 @@ __GitLab Upgrader is available only for version 6.4.2 or higher__
cd /home/git/gitlab
sudo -u git -H ruby script/upgrade.rb
-
- # it also supports -y option to avouid user input
+ # to perform a non-interactive install (no user input required) you can add -y
# sudo -u git -H ruby script/upgrade.rb -y
-
### 3. Start application