diff options
-rw-r--r-- | doc/update/upgrader.md | 2 |
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 |