Merge pull request #2984 from dgageot/2982-fix-auto-detection

FIX #2982 Fix shell auto detection
This commit is contained in:
Nathan LeClaire 2016-02-03 09:42:46 -08:00
commit 7bb4f44fcb
1 changed files with 1 additions and 2 deletions

View File

@ -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",