command: help text for "workspace" to include "list" verb

One of the subcommands lists out the existing workspaces.
This commit is contained in:
Aurelie Vache 2018-07-10 02:45:13 +02:00 committed by Martin Atkins
parent a51fc61014
commit 7a29a03e21
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func (c *WorkspaceCommand) Help() string {
helpText := `
Usage: terraform workspace
Create, change and delete Terraform workspaces.
Create, list, change and delete Terraform workspaces.
`
return strings.TrimSpace(helpText)