From 3d10d50c6d85e2d20e10bb925f3a3fc3212d52ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E5=90=89=E5=B3=B0?= Date: Mon, 20 Oct 2014 14:17:33 +0800 Subject: [PATCH] small typo --- docs/sources/userguide/usingdocker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/usingdocker.md b/docs/sources/userguide/usingdocker.md index e64db0bc2e..e6564d588c 100644 --- a/docs/sources/userguide/usingdocker.md +++ b/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