Fix typo: export -> expose

This commit is contained in:
Seungcheol Ko 2017-05-16 07:43:01 +00:00
parent dbe83193cf
commit 964099155b
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'"))
},
}