From f37a0290dd8e42d0cf2db13f3748bc7c4ac50662 Mon Sep 17 00:00:00 2001 From: Jean-Laurent de Morlhon Date: Wed, 9 Dec 2015 09:46:03 +0100 Subject: [PATCH] Add shell list to help command Signed-off-by: Jean-Laurent de Morlhon --- commands/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",