missing comma

This commit is contained in:
shin- 2013-05-07 03:54:31 -07:00
parent d56c5406ac
commit 3d25e09c3b
1 changed files with 1 additions and 1 deletions

View File

@ -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"},