Merge pull request #2536 from jeanlaurent/help-shell

List supported value for shell in env command
This commit is contained in:
David Gageot 2015-12-09 14:42:34 +01:00
commit c2209b8636
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ var Commands = []cli.Command{
}, },
cli.StringFlag{ cli.StringFlag{
Name: "shell", Name: "shell",
Usage: "Force environment to be configured for specified shell", Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is sh/bash",
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "unset, u", Name: "unset, u",