소스 검색

Merge pull request #8651 from flisky/patch-1

fix a small typo
James Turnbull 10 년 전
부모
커밋
ca500e0039
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