Skip to content

Commit 59e3ad9

Browse files
committed
Fix help message for --script-invalid option of build/build-raw
1 parent 42809ad commit 59e3ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)