From 4c3f3f1ca9bcf75c359c2a0c0dba00293a6a7464 Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 10 Nov 2015 14:36:02 -0800 Subject: [PATCH] Removing made up word Signed-off-by: John Howard Upstream-commit: 2d87dd5c6e5fd67020311dd5743dbb718d4a75e9 Component: engine --- components/engine/docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/reference/run.md b/components/engine/docs/reference/run.md index 4d6565a11d..eecc4a5765 100644 --- a/components/engine/docs/reference/run.md +++ b/components/engine/docs/reference/run.md @@ -121,7 +121,7 @@ and pass along signals. All of that is configurable: -a=[] : Attach to `STDIN`, `STDOUT` and/or `STDERR` -t=false : Allocate a pseudo-tty - --sig-proxy=true: Proxify all received signal to the process (non-TTY mode only) + --sig-proxy=true: Proxy all received signals to the process (non-TTY mode only) -i=false : Keep STDIN open even if not attached If you do not specify `-a` then Docker will [attach all standard