Skip to content

Commit e04eaa9

Browse files
Merge #4121
4121: Fix help message for `--script-invalid` option of `build`/`build-raw` r=Jimbo4350 a=mkoura Co-authored-by: Martin Kourim <[email protected]>
2 parents b468e52 + 59e3ad9 commit e04eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ pTransaction =
686686
, Opt.help $ mconcat
687687
[ "Assertion that the script is invalid. "
688688
, "If a transaction is submitted with such a script, "
689-
, "the script will fail and the collateral taken"
689+
, "the script will fail and the collateral will be taken."
690690
]
691691
]
692692
]

0 commit comments

Comments
 (0)