Browse code

cli.md: Add space

Felix Rabe authored on 2014/05/03 05:56:35
Showing 1 changed files
... ...
@@ -991,7 +991,7 @@ optionally suffixed with `:ro` or `:rw` to mount the volumes in read-only
991 991
 or read-write mode, respectively. By default, the volumes are mounted in
992 992
 the same mode (read write or read only) as the reference container.
993 993
 
994
-The `-a` flag tells `docker run` to bind to the container'sstdin, stdout or
994
+The `-a` flag tells `docker run` to bind to the container's stdin, stdout or
995 995
 stderr. This makes it possible to manipulate the output and input as needed.
996 996
 
997 997
     $ sudo echo "test" | docker run -i -a stdin ubuntu cat -