From 7ac9a576bb0a7fb2985d9c71ff0ff477232572e1 Mon Sep 17 00:00:00 2001 From: Kevin Carmody Date: Wed, 3 Oct 2018 12:00:27 +0100 Subject: [PATCH] Update wrong usage workspace command description Small update to the description to include available commands, rather than similar looking but wrong ones. --- command/workspace_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/workspace_command.go b/command/workspace_command.go index 0c1f152fe..cfe2bcf13 100644 --- a/command/workspace_command.go +++ b/command/workspace_command.go @@ -33,7 +33,7 @@ func (c *WorkspaceCommand) Help() string { helpText := ` Usage: terraform workspace - Create, list, change and delete Terraform workspaces. + New, list, select and delete Terraform workspaces. ` return strings.TrimSpace(helpText)