From 3d25e09c3b572a7f060e4e7ad0f3b4a2f191e9de Mon Sep 17 00:00:00 2001 From: shin- Date: Tue, 7 May 2013 03:54:31 -0700 Subject: [PATCH] missing comma --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 1bbbc983f..dba8cd857 100644 --- a/commands.go +++ b/commands.go @@ -56,7 +56,7 @@ func (srv *Server) Help() string { {"rm", "Remove a container"}, {"rmi", "Remove an image"}, {"run", "Run a command in a new container"}, - {"search", "Search for an image in the docker index"} + {"search", "Search for an image in the docker index"}, {"start", "Start a stopped container"}, {"stop", "Stop a running container"}, {"tag", "Tag an image into a repository"},