From ff04ce3ddfc5bcd681c580b0b4e739e8c737e5b9 Mon Sep 17 00:00:00 2001 From: Daniel Robinson Date: Wed, 27 Mar 2013 10:02:11 -0300 Subject: [PATCH] Fixed typo in command description for pull --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 3806323879..c769568536 100644 --- a/commands.go +++ b/commands.go @@ -43,7 +43,7 @@ func (srv *Server) Help() string { {"logs", "Fetch the logs of a container"}, {"port", "Lookup the public-facing port which is NAT-ed to PRIVATE_PORT"}, {"ps", "List containers"}, - {"pull", "Pull an image or a repository to the docker registry server"}, + {"pull", "Pull an image or a repository from the docker registry server"}, {"push", "Push an image or a repository to the docker registry server"}, {"restart", "Restart a running container"}, {"rm", "Remove a container"},