Added missing backslash to documentation sites cli snippet

I think the cli code block misses a backslash to brevent line break when copy/pasting it to a terminal.
I doubt that this is intentional, if it is, feel free to reject the pr.

Signed-off-by: Julian <gitea+julian@ic.thejulian.uk>
(cherry picked from commit 895e7a3df8)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Julian 2022-12-18 10:47:51 +01:00 committed by Sebastiaan van Stijn
parent 3a2c30b63a
commit 6e1e509408
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ service with two labels:
```console ```console
$ docker service create \ $ docker service create \
--name redis_2 \ --name redis_2 \
--label com.example.foo="bar" --label com.example.foo="bar" \
--label bar=baz \ --label bar=baz \
redis:3.0.6 redis:3.0.6
``` ```