diff --git a/commands.go b/commands.go index 1bbbc983fcf72e91ec8295df2a316bfa7529112b..dba8cd8572d28415cd9f1cb40d3006205be5d2cc 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"},