Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Oct 2, 2024
1 parent fa3cb38 commit 7b4d70c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,5 @@ pStakeAddressRegistrationStakeAndVoteDelegationCertificateCmd era = do
$ Opt.progDesc
$ mconcat
[ "Create a stake address registration, stake delegation and vote delegation certificate, which when submitted in a transaction "
, "registers a stake address, delgates stake to a pool and and delegates votes to a DRep or pre-defined voting option."
, "registers a stake address, delgates stake to a pool, and delegates votes to a DRep or pre-defined voting option."
]
8 changes: 4 additions & 4 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -7485,8 +7485,8 @@ Usage: cardano-cli conway stake-address registration-stake-and-vote-delegation-c

Create a stake address registration, stake delegation and vote delegation
certificate, which when submitted in a transaction registers a stake address,
delgates stake to a pool and and delegates votes to a DRep or pre-defined
voting option.
delgates stake to a pool, and delegates votes to a DRep or pre-defined voting
option.

Usage: cardano-cli conway stake-pool
( registration-certificate
Expand Down Expand Up @@ -9485,8 +9485,8 @@ Usage: cardano-cli latest stake-address registration-stake-and-vote-delegation-c

Create a stake address registration, stake delegation and vote delegation
certificate, which when submitted in a transaction registers a stake address,
delgates stake to a pool and and delegates votes to a DRep or pre-defined
voting option.
delgates stake to a pool, and delegates votes to a DRep or pre-defined voting
option.

Usage: cardano-cli latest stake-pool
( registration-certificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Available commands:
Create a stake address registration, stake delegation
and vote delegation certificate, which when submitted
in a transaction registers a stake address, delgates
stake to a pool and and delegates votes to a DRep or
stake to a pool, and delegates votes to a DRep or
pre-defined voting option.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Usage: cardano-cli conway stake-address registration-stake-and-vote-delegation-c

Create a stake address registration, stake delegation and vote delegation
certificate, which when submitted in a transaction registers a stake address,
delgates stake to a pool and and delegates votes to a DRep or pre-defined
voting option.
delgates stake to a pool, and delegates votes to a DRep or pre-defined voting
option.

Available options:
--stake-verification-key STRING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Available commands:
Create a stake address registration, stake delegation
and vote delegation certificate, which when submitted
in a transaction registers a stake address, delgates
stake to a pool and and delegates votes to a DRep or
stake to a pool, and delegates votes to a DRep or
pre-defined voting option.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Usage: cardano-cli latest stake-address registration-stake-and-vote-delegation-c

Create a stake address registration, stake delegation and vote delegation
certificate, which when submitted in a transaction registers a stake address,
delgates stake to a pool and and delegates votes to a DRep or pre-defined
voting option.
delgates stake to a pool, and delegates votes to a DRep or pre-defined voting
option.

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

0 comments on commit 7b4d70c

Please sign in to comment.