mirror of https://github.com/docker/docs.git
Reset default shell for env to bash
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
b6be1b79bc
commit
0118532393
|
@ -226,7 +226,8 @@ var Commands = []cli.Command{
|
|||
},
|
||||
cli.StringFlag{
|
||||
Name: "shell",
|
||||
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is sh/bash",
|
||||
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is bash",
|
||||
Value: "bash",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "unset, u",
|
||||
|
|
Loading…
Reference in New Issue