diff options
author | manuel-91 <45081089+manuel-91@users.noreply.github.com> | 2020-11-08 22:15:48 +0100 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2021-01-29 12:53:36 +0100 |
commit | d282a99e29abf390c926dcc50984ac5523d39127 (patch) | |
tree | 96b6fcd69a1c66565a5f0338b7b60c1c48b4f056 | |
parent | 78a02ced58566b9c05c9be37698f6ee1cfad088c (diff) | |
download | gitlab-d282a99e29abf390c926dcc50984ac5523d39127.tar.gz |
docs(cli-usage): 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 d66d738..27788fb 100644 --- a/docs/cli-usage.rst +++ b/docs/cli-usage.rst @@ -263,7 +263,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 |