Remove the option for the command service rm
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> Upstream-commit: 1016cbb64243ca8adc9444779e6e4717a4541ef7 Component: engine
This commit is contained in:
@ -13,7 +13,7 @@ import (
|
||||
func newRemoveCommand(dockerCli *client.DockerCli) *cobra.Command {
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Use: "rm [OPTIONS] SERVICE [SERVICE...]",
|
||||
Use: "rm SERVICE [SERVICE...]",
|
||||
Aliases: []string{"remove"},
|
||||
Short: "Remove one or more services",
|
||||
Args: cli.RequiresMinArgs(1),
|
||||
|
||||
Reference in New Issue
Block a user