Skip to content

Commit

Permalink
Merge pull request #466 from input-output-hk/mkoura/fix_vote_delegati…
Browse files Browse the repository at this point in the history
…on_certificate_desc

Fix description of `vote-delegation-certificate` command
  • Loading branch information
mkoura committed Nov 20, 2023
2 parents a1b8de7 + 01ac9ca commit 86fcd7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-11-17"
CABAL_CACHE_VERSION: "2023-11-20"

concurrency:
group: >
Expand Down
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 86fcd7e

Please sign in to comment.