From c2670c59fb26ada778a66f6044781c86f959d45a Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 6 Mar 2018 14:34:31 -0800 Subject: [PATCH] man/docker-run.1: fix --interactive Do not mention the default value twice. Signed-off-by: Kir Kolyshkin --- man/docker-run.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/docker-run.1.md b/man/docker-run.1.md index 6ef65593db..5eadd067fa 100644 --- a/man/docker-run.1.md +++ b/man/docker-run.1.md @@ -332,7 +332,7 @@ redirection on the host system. **-i**, **--interactive**=*true*|*false* Keep STDIN open even if not attached. The default is *false*. - When set to true, keep stdin open even if not attached. The default is false. + When set to true, keep stdin open even if not attached. **--ip**="" Sets the container's interface IPv4 address (e.g., 172.23.0.9)