mirror of https://github.com/docker/docs.git
Merge pull request #257 from mtrmac/fix-export-root
Fix (notary key export-root)
This commit is contained in:
commit
fd0775e1dc
|
|
@ -26,7 +26,7 @@ func init() {
|
|||
cmdKeyExport.Flags().StringVarP(&keysExportGUN, "gun", "g", "", "Globally unique name to export keys for")
|
||||
cmdKey.AddCommand(cmdKeyExport)
|
||||
cmdKey.AddCommand(cmdKeyExportRoot)
|
||||
cmdKeyExportRoot.Flags().BoolVarP(&keysExportRootChangePassphrase, "change-passphrase", "c", false, "set a new passphrase for the key being exported")
|
||||
cmdKeyExportRoot.Flags().BoolVarP(&keysExportRootChangePassphrase, "change-passphrase", "p", false, "set a new passphrase for the key being exported")
|
||||
cmdKey.AddCommand(cmdKeyImport)
|
||||
cmdKey.AddCommand(cmdKeyImportRoot)
|
||||
cmdKey.AddCommand(cmdRotateKey)
|
||||
|
|
|
|||
Loading…
Reference in New Issue