diff --git a/commands/commands.go b/commands/commands.go index 9f749a55a1..f5d1c1ed41 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -226,7 +226,8 @@ var Commands = []cli.Command{ }, cli.StringFlag{ Name: "shell", - Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is sh/bash", + Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is bash", + Value: "bash", }, cli.BoolFlag{ Name: "unset, u",