mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Correct the help
This commit is contained in:
parent
c0b9afbf01
commit
cb7819cbc5
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue