Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2984 from dgageot/2982-fix-auto-detection
Browse files Browse the repository at this point in the history
FIX #2982 Fix shell auto detection
  • Loading branch information
nathanleclaire committed Feb 3, 2016
2 parents 7f6d67c + 834b9b4 commit 7bb4f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7bb4f44

Please sign in to comment.