shell flag text

This commit is contained in:
iwilltry42 2019-05-31 12:34:44 +02:00
parent 6a46ef9d94
commit f771dcf8b5

View File

@ -62,7 +62,7 @@ func main() {
cli.StringFlag{
Name: "shell, s",
Value: "auto",
Usage: "Sub shell type. Only bash is supported. (default bash)",
Usage: "which shell to use. One of [auto, bash, zsh]",
},
},
Action: run.Shell,