Browse code

small typo

尹吉峰 authored on 2014/10/20 15:17:33
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@ The `docker` client is pretty simple. Each action you can take
25 25
 with Docker is a command and each command can take a series of
26 26
 flags and arguments.
27 27
 
28
-    # Usage:  [sudo] docker [flags] [command] [arguments] ..
28
+    # Usage:  [sudo] docker [command] [flags] [arguments] ..
29 29
     # Example:
30 30
     $ sudo docker run -i -t ubuntu /bin/bash
31 31