-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
cardano-cli/test/cardano-cli-golden/files/golden/help/debug_check-node-configuration.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Usage: cardano-cli debug check-node-configuration --node-configuration-file FILEPATH | ||
[--fix] | ||
|
||
Check hashes and paths of genesis files in the given node configuration file. | ||
|
||
Available options: | ||
--node-configuration-file FILEPATH | ||
Input filepath of the node configuration file. | ||
--fix Modify the input file in place, fixing wrong genesis | ||
hashes (if any). This may change the file's | ||
formatting. | ||
-h,--help Show this help text |