mirror of https://github.com/docker/docs.git
Add shell list to help command
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
parent
768418b98e
commit
f37a0290dd
|
|
@ -168,7 +168,7 @@ var Commands = []cli.Command{
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "shell",
|
Name: "shell",
|
||||||
Usage: "Force environment to be configured for specified shell",
|
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is sh/bash",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "unset, u",
|
Name: "unset, u",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue