Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-11 13:10:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-11 13:10:01 +0400
commite1c1e882b37df6d0d36d54d0d2f48c3a58c101ed (patch)
tree33e5440e36387e80c92dc204ca64ebf2caf729e8 /doc/update/upgrader.md
parent5966f5bb97040cdb00018ef916eff26917cc294a (diff)
parentf1da402be753a7cfff1fe7c8be96ce61a1ec3f58 (diff)
Merge branch 'layout-of-upgrader'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/update/upgrader.md
Diffstat (limited to '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