From 4d960712b83ce5cce4dbff1d9f7fd96e4f993281 Mon Sep 17 00:00:00 2001 From: Charles Bushong Date: Fri, 19 Jan 2018 14:38:46 -0500 Subject: [PATCH] Replacing emdash in sample code with dash (#5782) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (╯°□°)╯︵ ┻━┻ --- engine/admin/logging/json-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/logging/json-file.md b/engine/admin/logging/json-file.md index 76dc9b75dc..2ee826ae1e 100644 --- a/engine/admin/logging/json-file.md +++ b/engine/admin/logging/json-file.md @@ -40,7 +40,7 @@ You can set the logging driver for a specific container by using the ```bash $ docker run \ - -–log-driver json-file --log-opt max-size=10m \ + --log-driver json-file --log-opt max-size=10m \ alpine echo hello world ```