Skip to content

Commit e007d17

Browse files
committed
refactor(client-cli): fix and enhance command documentation
1 parent f8ec5ff commit e007d17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mithril-client-cli/src/commands/tools/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")]
1516
pub enum ToolsCommands {
1617
/// UTxO-HD related commands
1718
#[clap(subcommand, name = "utxo-hd")]

mithril-client-cli/src/commands/tools/snapshot_converter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)