summaryrefslogtreecommitdiff
path: root/doc/raketasks
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 15:08:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 15:08:04 +0000
commit63414b32fd0e75477285df4603e9f7b31dffa955 (patch)
treefe6cb1ad5b1c8c4ddb4dc7300aa9f046b1c93fc2 /doc/raketasks
parent12b995e0e7aace4b7695c4424aed71b053c2c2a6 (diff)
downloadgitlab-ce-63414b32fd0e75477285df4603e9f7b31dffa955.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/cleanup.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md
index cd1a5b05622..60c81b26c05 100644
--- a/doc/raketasks/cleanup.md
+++ b/doc/raketasks/cleanup.md
@@ -35,7 +35,8 @@ You can also specify the project with `PROJECT_ID` instead of `PROJECT_PATH`.
For example:
```shell
-$ sudo gitlab-rake gitlab:cleanup:orphan_lfs_file_references PROJECT_PATH="gitlab-org/gitlab-foss"
+$ sudo gitlab-rake gitlab:cleanup:orphan_lfs_file_references PROJECT_ID="13083"
+
I, [2019-12-13T16:35:31.764962 #82356] INFO -- : Looking for orphan LFS files for project GitLab Org / GitLab Foss
I, [2019-12-13T16:35:31.923659 #82356] INFO -- : Removed invalid references: 12
```