mirror of https://github.com/docker/docs.git
FIX #2982 Fix auto detection
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
985ca0de70
commit
834b9b4161
|
|
@ -228,8 +228,7 @@ var Commands = []cli.Command{
|
|||
},
|
||||
cli.StringFlag{
|
||||
Name: "shell",
|
||||
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is bash",
|
||||
Value: "bash",
|
||||
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is auto-detect",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "unset, u",
|
||||
|
|
|
|||
Loading…
Reference in New Issue