Skip to content

Commit

Permalink
Fix description of vote-delegation-certificate command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Nov 20, 2023
1 parent a1b8de7 commit e5f15d1
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 @@ -190,5 +190,5 @@ pStakeAddressVoteDelegationCertificateCmd era = do
$ Opt.progDesc
$ mconcat
[ "Create a stake address vote delegation certificate, which when submitted in a transaction "
, "delegates stake to a stake pool and a DRep."
, "delegates stake to a DRep."
]
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 @@ -6665,7 +6665,7 @@ Usage: cardano-cli conway stake-address vote-delegation-certificate
--out-file FILE

Create a stake address vote delegation certificate, which when submitted in a
transaction delegates stake to a stake pool and a DRep.
transaction delegates stake to a DRep.

Usage: cardano-cli conway stake-pool
( registration-certificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Available commands:
vote-delegation-certificate
Create a stake address vote delegation certificate,
which when submitted in a transaction delegates stake
to a stake pool and a DRep.
to a DRep.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Usage: cardano-cli conway stake-address vote-delegation-certificate
--out-file FILE

Create a stake address vote delegation certificate, which when submitted in a
transaction delegates stake to a stake pool and a DRep.
transaction delegates stake to a DRep.

Available options:
--stake-verification-key STRING
Expand Down

0 comments on commit e5f15d1

Please sign in to comment.