Skip to content

Commit

Permalink
remove "=" in examples for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jan 13, 2016
1 parent 1b64a47 commit a4e29f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cli.rst
Expand Up @@ -174,12 +174,12 @@ Create a snippet:

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

Expand Down

0 comments on commit a4e29f8

Please sign in to comment.