From 0a5119808ea9555a79e1aaa11f08a86e26aa1d80 Mon Sep 17 00:00:00 2001 From: Timon Erhart <57718207+turbotimon@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:44:11 +0200 Subject: [PATCH] Remove wildcard escape --- running_services.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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} ************************************