File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
mithril-client-cli/src/commands/tools Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ use mithril_client::MithrilResult;
1212
1313/// Tools commands
1414#[ derive( Subcommand , Debug , Clone ) ]
15+ #[ command( about = "[unstable] Tools commands" ) ]
1516pub enum ToolsCommands {
1617 /// UTxO-HD related commands
1718 #[ clap( subcommand, name = "utxo-hd" ) ]
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ pub struct SnapshotConverterCommand {
7676
7777 /// Cardano node version of the Mithril signed snapshot.
7878 ///
79- /// `latest` and `prerelease` are also supported to download the latest or preprelease distribution.
79+ /// `latest` and `prerelease` are also supported to download the latest or prerelease distribution.
8080 #[ clap( long) ]
8181 cardano_node_version : String ,
8282
You can’t perform that action at this time.
0 commit comments