update docs and help text to include 'operator' (#4712)

This commit is contained in:
Kevin Hicks
2018-06-06 23:11:21 -05:00
committed by Jim Kalafut
parent 058b4e0a5f
commit 284600fbef
11 changed files with 36 additions and 36 deletions

View File

@@ -367,7 +367,7 @@ func (c *OperatorGenerateRootCommand) provide(client *api.Client, key string, dr
if !status.Started {
c.UI.Error(wrapAtLength(
"No root generation is in progress. Start a root generation by " +
"running \"vault generate-root -init\"."))
"running \"vault operator generate-root -init\"."))
return 1
}