Skip to content

Commit

Permalink
Fix typo of genkey to gencsr
Browse files Browse the repository at this point in the history
  • Loading branch information
ashemedai committed Aug 13, 2019
1 parent b1ec8c5 commit 27c56f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/gencsr/gencsr.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var gencsrUsageText = `cfssl gencsr -- generate a csr from a private key with existing CSR json specification or certificate
Usage of genkey:
Usage of gencsr:
cfssl gencsr -key private_key_file [-host hostname_override] CSRJSON
cfssl gencsr -key private_key_file [-host hostname_override] -cert certificate_file
Expand Down

0 comments on commit 27c56f6

Please sign in to comment.