Merge pull request #6640 from ostezer/commands.go-linguistics-1

docker help -> grammatical correction (pos. adj. apost.)
This commit is contained in:
Victor Vieux
2014-06-26 11:59:49 -07:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func (cli *DockerCli) CmdHelp(args ...string) error {
{"attach", "Attach to a running container"},
{"build", "Build an image from a Dockerfile"},
{"commit", "Create a new image from a container's changes"},
{"cp", "Copy files/folders from the containers filesystem to the host path"},
{"cp", "Copy files/folders from a container's filesystem to the host path"},
{"diff", "Inspect changes on a container's filesystem"},
{"events", "Get real time events from the server"},
{"export", "Stream the contents of a container as a tar archive"},