Skip to content

Commit a4e29f8

Browse files
author
Gauvain Pocentek
committed
remove "=" in examples for consistency
1 parent 1b64a47 commit a4e29f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cli.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,12 @@ Create a snippet:
174174

175175
.. code-block:: console
176176
177-
$ gitlab project-snippet create --project-id=2
177+
$ gitlab project-snippet create --project-id 2
178178
Impossible to create object (Missing attribute(s): title, file-name, code)
179179
180180
$ # oops, let's add the attributes:
181-
$ gitlab project-snippet create --project-id=2 --title="the title" \
182-
--file-name="the name" --code="the code"
181+
$ gitlab project-snippet create --project-id 2 --title "the title" \
182+
--file-name "the name" --code "the code"
183183
184184
Define the status of a commit (as would be done from a CI tool for example):
185185

0 commit comments

Comments
 (0)