summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-05-19 00:41:40 -0700
committerYves Senn <yves.senn@gmail.com>2013-05-19 00:41:40 -0700
commit91ab245db770be1021c7d08e56e17d88db2b53b6 (patch)
treeb0d8c5f1ff9071bbe5512f99838a4ee1807ae6c2
parent42b1a51aacf68bfef8eaa5c257b0368f6be1b559 (diff)
parent2f69171a8a78fda542f1dd0196b588450c7fb71d (diff)
downloadgitlab-ce-91ab245db770be1021c7d08e56e17d88db2b53b6.tar.gz
Merge pull request #3983 from bbodenmiller/patch-1
Typo fixes in cleanup.md
-rw-r--r--doc/raketasks/cleanup.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md
index 30a5d362caa..99809ef434d 100644
--- a/doc/raketasks/cleanup.md
+++ b/doc/raketasks/cleanup.md
@@ -1,12 +1,12 @@
-### Remove grabage from filesystem. Important! Data loss!
+### Remove garbage from filesystem. Important! Data loss!
-Remove namespaces(dirs) from /home/git/repositories if they dont exist in GitLab database
+Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database.
```
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
```
-Remove repositories (global only for now) from /home/git/repositories if they dont exist in GitLab database
+Remove repositories (global only for now) from `/home/git/repositories` if they don't exist in GitLab database.
```
bundle exec rake gitlab:cleanup:repos RAILS_ENV=production