зеркало из https://github.com/microsoft/docker.git
Merge pull request #24832 from npcode/fix-service-rm-usage
Fix the usage for `service rm` command
This commit is contained in:
Коммит
3d4bde92b7
|
@ -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),
|
||||
|
|
Загрузка…
Ссылка в новой задаче