Merge pull request #2574 from sngchlko/master

Fix typo: export -> expose
This commit is contained in:
Justin Santa Barbara 2017-05-16 10:13:03 -04:00 committed by GitHub
commit d3fea46f7a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func init() {
Short: "Expose secrets",
Long: `Expose secrets.`,
Run: func(cmd *cobra.Command, args []string) {
exitWithError(fmt.Errorf("The 'secrets export' command has been replaced by 'get secrets -oplaintext'"))
exitWithError(fmt.Errorf("The 'secrets expose' command has been replaced by 'get secrets -oplaintext'"))
},
}