diff --git a/config/containers/logging/syslog.md b/config/containers/logging/syslog.md index 6355ac13c2..219774d175 100644 --- a/config/containers/logging/syslog.md +++ b/config/containers/logging/syslog.md @@ -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 ```