1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

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:
yuexiao-wang
2016-09-02 17:23:59 +08:00
parent e92f9d7cac
commit 64ea42838d
2 changed files with 2 additions and 2 deletions

View File

@@ -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),

View File

@@ -11,7 +11,7 @@ parent = "smn_cli"
# service rm
```Markdown
Usage: docker service rm [OPTIONS] SERVICE [SERVICE...]
Usage: docker service rm SERVICE [SERVICE...]
Remove one or more services