Fix the usage for service rm
command
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
This commit is contained in:
parent
e2fc1439a1
commit
cf61cd3a92
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
func newRemoveCommand(dockerCli *client.DockerCli) *cobra.Command {
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Use: "rm [OPTIONS] SERVICE",
|
||||
Use: "rm [OPTIONS] SERVICE [SERVICE...]",
|
||||
Aliases: []string{"remove"},
|
||||
Short: "Remove a service",
|
||||
Args: cli.RequiresMinArgs(1),
|
||||
|
|
Loading…
Reference in a new issue