summaryrefslogtreecommitdiff
path: root/doc/raketasks/features.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-25 21:45:33 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-25 21:45:33 +0200
commitd0646babdbb54c652ce19e6329b904193be8522c (patch)
tree4ff55290fd93b2f12370dde39ef39c6f8d9a4ca0 /doc/raketasks/features.md
parentf17fe7fff2809720e13e84c1aea61878b8559e9d (diff)
downloadgitlab-ce-d0646babdbb54c652ce19e6329b904193be8522c.tar.gz
Remove gitolite mention from docs
Diffstat (limited to 'doc/raketasks/features.md')
-rw-r--r--doc/raketasks/features.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/raketasks/features.md b/doc/raketasks/features.md
index 7f7daaf046c..018817d219b 100644
--- a/doc/raketasks/features.md
+++ b/doc/raketasks/features.md
@@ -17,12 +17,12 @@ bundle exec rake gitlab:enable_namespaces RAILS_ENV=production
```
-### Enable auto merge
+### Rebuild project satellites
-This command will enable the auto merge feature. After this you will be able to **merge a merge request** via GitLab and use the **online editor**.
+This command will build missing satellites for projects. After this you will be able to **merge a merge request** via GitLab and use the **online editor**.
```
-bundle exec rake gitlab:enable_automerge RAILS_ENV=production
+bundle exec rake gitlab:satellites:create RAILS_ENV=production
```
Example output: