summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-11 11:10:01 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-11 11:10:01 +0200
commite1c1e882b37df6d0d36d54d0d2f48c3a58c101ed (patch)
tree33e5440e36387e80c92dc204ca64ebf2caf729e8
parent5966f5bb97040cdb00018ef916eff26917cc294a (diff)
parentf1da402be753a7cfff1fe7c8be96ce61a1ec3f58 (diff)
downloadgitlab-ce-e1c1e882b37df6d0d36d54d0d2f48c3a58c101ed.tar.gz
Merge branch 'layout-of-upgrader'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/update/upgrader.md
-rw-r--r--doc/update/upgrader.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index 1eec5a8f396..99c81a7877c 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -21,7 +21,7 @@ __GitLab Upgrader is available only for GitLab version 6.4.2 or higher__
cd /home/git/gitlab
sudo -u git -H ruby script/upgrade.rb
- # it also supports -y option to avoid waiting for 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