mirror of https://github.com/docker/docs.git
Merge pull request #2984 from dgageot/2982-fix-auto-detection
FIX #2982 Fix shell auto detection
This commit is contained in:
commit
7bb4f44fcb
|
@ -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