Remove duplicated help messages from `workspace --help`

Fixes #17165
This commit is contained in:
Masayuki Morita 2018-01-23 23:38:42 +09:00
parent 02531b237c
commit 338d5cad70
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)
}