Fixing em dash usage (#9223)

Signed-off-by: Adrian Plata <adrian.plata@docker.com>
This commit is contained in:
Adrian Plata 2019-08-08 13:22:17 -07:00 committed by GitHub
parent 6978cc132b
commit 645b755cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ You can set the logging driver for a specific container by using the
```bash
docker run \
-log-driver syslog -log-opt syslog-address=udp://1.2.3.4:1111 \
--log-driver syslog --log-opt syslog-address=udp://1.2.3.4:1111 \
alpine echo hello world
```