Skip to content

Commit

Permalink
Merge pull request #795 from IntersectMBO/smelc/fix-hot-cold-help-cop…
Browse files Browse the repository at this point in the history
…y-pasta

governance committee: fix hot/cold confusion in help text
  • Loading branch information
smelc authored Jun 21, 2024
2 parents 202d13e + 3740c95 commit 127f71f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pGovernanceCommitteeKeyGenHotCmd era = do
$ Opt.info (pCmd w)
$ Opt.progDesc
$ mconcat
[ "Create a cold key pair for a Constitutional Committee Member"
[ "Create a hot key pair for a Constitutional Committee Member"
]
where
pCmd :: ()
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -6913,7 +6913,7 @@ Usage: cardano-cli conway governance committee key-gen-cold
Usage: cardano-cli conway governance committee key-gen-hot --verification-key-file FILE
--signing-key-file FILE

Create a cold key pair for a Constitutional Committee Member
Create a hot key pair for a Constitutional Committee Member

Usage: cardano-cli conway governance committee key-hash
( --verification-key STRING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Available options:
Available commands:
key-gen-cold Create a cold key pair for a Constitutional Committee
Member
key-gen-hot Create a cold key pair for a Constitutional Committee
key-gen-hot Create a hot key pair for a Constitutional Committee
Member
key-hash Print the identifier (hash) of a public key
create-hot-key-authorization-certificate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usage: cardano-cli conway governance committee key-gen-hot --verification-key-file FILE
--signing-key-file FILE

Create a cold key pair for a Constitutional Committee Member
Create a hot key pair for a Constitutional Committee Member

Available options:
--verification-key-file FILE
Expand Down

0 comments on commit 127f71f

Please sign in to comment.