diff --git a/commands/commands.go b/commands/commands.go index 1518de55df..51d8852de9 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -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",