command: help text for "workspace" to include "list" verb
One of the subcommands lists out the existing workspaces.
This commit is contained in:
parent
a51fc61014
commit
7a29a03e21
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue