From fb74da8b7eb2caec6fd933a332b401752dbcc3fb Mon Sep 17 00:00:00 2001 From: Damien LACHAUME / PALO-IT Date: Mon, 12 Jun 2023 10:29:22 +0200 Subject: [PATCH] fix download dir comment from msd download command --- .../src/commands/mithril_stake_distribution/download.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-client/src/commands/mithril_stake_distribution/download.rs b/mithril-client/src/commands/mithril_stake_distribution/download.rs index a3903088bf8..0243fbd059d 100644 --- a/mithril-client/src/commands/mithril_stake_distribution/download.rs +++ b/mithril-client/src/commands/mithril_stake_distribution/download.rs @@ -13,7 +13,7 @@ pub struct MithrilStakeDistributionDownloadCommand { /// Hash of the Mithril Stake Distribution artifact artifact_hash: String, - /// Directory where the snapshot will be downloaded. By default, a + /// Directory where the Mithril Stake Distribution will be downloaded. By default, a /// subdirectory will be created in this directory to extract and verify the /// certificate. #[clap(long, default_value = ".")]