From 834b9b4161c8ceef2779c9b096ce99a32e6d5ce9 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 3 Feb 2016 08:23:12 -0800 Subject: [PATCH] FIX #2982 Fix auto detection Signed-off-by: David Gageot --- commands/commands.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",