Add shell list to help command

Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
Jean-Laurent de Morlhon 2015-12-09 09:46:03 +01:00
parent 768418b98e
commit f37a0290dd
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ var Commands = []cli.Command{
},
cli.StringFlag{
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{
Name: "unset, u",