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;
12
12
13
13
/// Tools commands
14
14
#[ derive( Subcommand , Debug , Clone ) ]
15
+ #[ command( about = "[unstable] Tools commands" ) ]
15
16
pub enum ToolsCommands {
16
17
/// UTxO-HD related commands
17
18
#[ clap( subcommand, name = "utxo-hd" ) ]
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ pub struct SnapshotConverterCommand {
76
76
77
77
/// Cardano node version of the Mithril signed snapshot.
78
78
///
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.
80
80
#[ clap( long) ]
81
81
cardano_node_version : String ,
82
82
You can’t perform that action at this time.
0 commit comments