浏览代码

small typo

尹吉峰 10 年之前
父节点
当前提交
3d10d50c6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/usingdocker.md

+ 1 - 1
docs/sources/userguide/usingdocker.md

@@ -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