FIX #2982 Fix auto detection

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2016-02-03 08:23:12 -08:00
parent 985ca0de70
commit 834b9b4161
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",