Skip to content

Commit 7bb4f44

Browse files
Merge pull request docker-archive-public#2984 from dgageot/2982-fix-auto-detection
FIX docker-archive-public#2982 Fix shell auto detection
2 parents 7f6d67c + 834b9b4 commit 7bb4f44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

commands/commands.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ var Commands = []cli.Command{
228228
},
229229
cli.StringFlag{
230230
Name: "shell",
231-
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is bash",
232-
Value: "bash",
231+
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is auto-detect",
233232
},
234233
cli.BoolFlag{
235234
Name: "unset, u",

0 commit comments

Comments
 (0)