small typo

Upstream-commit: 3d10d50c6d85e2d20e10bb925f3a3fc3212d52ea
Component: engine
This commit is contained in:
尹吉峰
2014-10-20 14:17:33 +08:00
parent 3605bc7e7e
commit 25b5c6da5c

View File

@ -25,7 +25,7 @@ The `docker` client is pretty simple. Each action you can take
with Docker is a command and each command can take a series of
flags and arguments.
# Usage: [sudo] docker [flags] [command] [arguments] ..
# Usage: [sudo] docker [command] [flags] [arguments] ..
# Example:
$ sudo docker run -i -t ubuntu /bin/bash