Skip to content

Commit

Permalink
Remove wildcard escape
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
turbotimon authored Sep 5, 2024
1 parent f5392a7 commit 57222de
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions running_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,12 @@ commands are identical.

.. code::
$ {command} instance stop \*
$ {command} instance stop '*'
$ {command} instance stop --all
$ {command} instance stop -a
.. note::

You must escape the wildcard with a backslash ``\*`` to pass it properly
through your shell.

************************************
Nginx "Hello-world" in {Project}
************************************
Expand Down

0 comments on commit 57222de

Please sign in to comment.