Merge pull request #17168 from minamijoyo/fix-workspace-help

Remove duplicated help messages from `workspace --help`
This commit is contained in:
James Bardin 2018-01-25 13:34:16 -05:00 committed by GitHub
commit 389d676157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -35,14 +35,6 @@ Usage: terraform workspace
Create, change and delete Terraform workspaces.
Subcommands:
show Show the current workspace name.
list List workspaces.
select Select a workspace.
new Create a new workspace.
delete Delete an existing workspace.
`
return strings.TrimSpace(helpText)
}