Skip to content

Commit

Permalink
Merge pull request #1483 from ethan-daocloud/patch-1
Browse files Browse the repository at this point in the history
cleanup: help message words correction in keys.go
  • Loading branch information
HuKeping committed Aug 14, 2019
2 parents 7c97147 + f7ad44b commit d30e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notary/keys.go
Expand Up @@ -70,7 +70,7 @@ var cmdKeyPasswdTemplate = usageTemplate{
var cmdKeyImportTemplate = usageTemplate{
Use: "import pemfile [ pemfile ... ]",
Short: "Imports all keys from all provided .pem files",
Long: "Imports all keys from all provided .pem files by reading each PEM block from the file and writing that block to a unique object in the local keystore. A Yubikey will be the prefferred import location for root keys if present.",
Long: "Imports all keys from all provided .pem files by reading each PEM block from the file and writing that block to a unique object in the local keystore. A Yubikey will be the preferred import location for root keys if present.",
}

var cmdKeyExportTemplate = usageTemplate{
Expand Down

0 comments on commit d30e429

Please sign in to comment.