Commit 7a29a03e authored by Aurelie Vache's avatar Aurelie Vache Committed by Martin Atkins
Browse files

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

One of the subcommands lists out the existing workspaces.
parent a51fc610
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment