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