Add -no-color to help text

This commit is contained in:
Radek Simko
2015-06-22 13:14:01 +01:00
parent cdcd11419e
commit b7d41d2eed
10 changed files with 22 additions and 1 deletions

View File

@@ -74,6 +74,9 @@ Usage: terraform pull [options]
Refreshes the cached state file from the remote server.
Options:
-no-color If specified, output won't contain any color.
`
return strings.TrimSpace(helpText)
}