mirror of https://github.com/docker/docs.git
Merge pull request #2536 from jeanlaurent/help-shell
List supported value for shell in env command
This commit is contained in:
commit
c2209b8636
|
@ -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