summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2021-01-29 12:54:10 +0100
committerGitHub <noreply@github.com>2021-01-29 12:54:10 +0100
commit55c8c96e476f72cd8225c6033b4fb2ea800b55e6 (patch)
tree7ba2a90af7808d4fc0995935c9ae6f8e3da2ead2
parentd037a717fcb64ccb8e9958771f903ec95eea6d48 (diff)
parentd282a99e29abf390c926dcc50984ac5523d39127 (diff)
downloadgitlab-55c8c96e476f72cd8225c6033b4fb2ea800b55e6.tar.gz
Merge pull request #1230 from manuel-91/patch-1
cli-usage readme: fixed term
-rw-r--r--docs/cli-usage.rst2
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