From f771dcf8b519053e19321009397be7e76e3c94e8 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Fri, 31 May 2019 12:34:44 +0200 Subject: [PATCH] shell flag text --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a82a4bcc..64ebe3d0 100644 --- a/main.go +++ b/main.go @@ -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,