1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #8651 from flisky/patch-1

fix a small typo
This commit is contained in:
James Turnbull 2014-10-21 23:40:34 -04:00
commit ca500e0039

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