Browse code

Drop -mtu from docs in favor of --mtu only

Docker-DCO-1.1-Signed-off-by: Danny Berger <dpb587@gmail.com> (github: dpb587)

Danny Berger authored on 2014/02/22 03:43:03
Showing 1 changed files
... ...
@@ -80,7 +80,7 @@ Commands
80 80
       -r, --restart=true: Restart previously running containers
81 81
       -s, --storage-driver="": Force the docker runtime to use a specific storage driver
82 82
       -v, --version=false: Print version information and quit
83
-      -mtu, --mtu=0: Set the containers network MTU; if no value is provided: default to the default route MTU or 1500 if no default route is available
83
+      --mtu=0: Set the containers network MTU; if no value is provided: default to the default route MTU or 1500 if no default route is available
84 84
 
85 85
 The Docker daemon is the persistent process that manages containers.  Docker uses the same binary for both the 
86 86
 daemon and client.  To run the daemon you provide the ``-d`` flag.