Skip to content

Commit

Permalink
Adapt golden help files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 17, 2023
1 parent 734bca8 commit 34d29e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
7 changes: 2 additions & 5 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -5923,11 +5923,8 @@ Usage: cardano-cli conway governance action create-constitution
--governance-action-index WORD32]
--anchor-url TEXT
--anchor-data-hash HASH
--constitution-anchor-url TEXT
( --constitution-anchor-metadata TEXT
| --constitution-anchor-metadata-file FILE
| --constitution-anchor-metadata-hash HASH
)
--constitution-url TEXT
--constitution-hash HASH
--out-file FILE

Create a constitution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ Usage: cardano-cli conway governance action create-constitution
--governance-action-index WORD32]
--anchor-url TEXT
--anchor-data-hash HASH
--constitution-anchor-url TEXT
( --constitution-anchor-metadata TEXT
| --constitution-anchor-metadata-file FILE
| --constitution-anchor-metadata-hash HASH
)
--constitution-url TEXT
--constitution-hash HASH
--out-file FILE

Create a constitution.
Expand All @@ -37,13 +34,8 @@ Available options:
--anchor-url TEXT Anchor URL
--anchor-data-hash HASH Proposal anchor data hash (obtain it with
"cardano-cli conway governance hash ...")
--constitution-anchor-url TEXT
Constitution anchor URL.
--constitution-anchor-metadata TEXT
Constitution anchor contents as UTF-8 encoded text.
--constitution-anchor-metadata-file FILE
Constitution anchor contents as a text file.
--constitution-anchor-metadata-hash HASH
Hash of the constitution anchor data.
--constitution-url TEXT Constitution URL.
--constitution-hash HASH Hash of the constitution data (obtain it with
"cardano-cli conway governance hash ...").
--out-file FILE Output filepath of the constitution.
-h,--help Show this help text

0 comments on commit 34d29e3

Please sign in to comment.