diff options
author | Max Wittig <max.wittig@siemens.com> | 2021-01-29 12:54:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 12:54:10 +0100 |
commit | 55c8c96e476f72cd8225c6033b4fb2ea800b55e6 (patch) | |
tree | 7ba2a90af7808d4fc0995935c9ae6f8e3da2ead2 | |
parent | d037a717fcb64ccb8e9958771f903ec95eea6d48 (diff) | |
parent | d282a99e29abf390c926dcc50984ac5523d39127 (diff) | |
download | gitlab-55c8c96e476f72cd8225c6033b4fb2ea800b55e6.tar.gz |
Merge pull request #1230 from manuel-91/patch-1
cli-usage readme: fixed term
-rw-r--r-- | docs/cli-usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli-usage.rst b/docs/cli-usage.rst index a2bbbd2..21a4baf 100644 --- a/docs/cli-usage.rst +++ b/docs/cli-usage.rst @@ -264,7 +264,7 @@ Delete a specific project package by id: $ gitlab -v project-package delete --id 1 --project-id 3 -Get a list of snippets for this project: +Get a list of issues for this project: .. code-block:: console |