diff --git a/running_services.rst b/running_services.rst index f053622..a277358 100644 --- a/running_services.rst +++ b/running_services.rst @@ -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} ************************************