From cb7819cbc509a78d627584d18a65a4557875b516 Mon Sep 17 00:00:00 2001 From: creack Date: Fri, 15 Mar 2013 00:47:02 -0700 Subject: [PATCH] Correct the help --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 3e03f3d769..4d8e252062 100644 --- a/commands.go +++ b/commands.go @@ -54,7 +54,7 @@ func (srv *Server) Help() string { {"reset", "Reset changes to a container's filesystem"}, {"restart", "Restart a running container"}, {"rm", "Remove a container"}, - {"rmimage", "Remove an image"}, + {"rmi", "Remove an image"}, {"run", "Run a command in a new container"}, {"start", "Start a stopped container"}, {"stop", "Stop a running container"},