diff --git a/src/commands/up/mod.rs b/src/commands/up/mod.rs index 0e8ec10a..e9ce89c3 100644 --- a/src/commands/up/mod.rs +++ b/src/commands/up/mod.rs @@ -15,7 +15,7 @@ pub(crate) struct UpArgs { #[derive(Subcommand)] pub(crate) enum UpCommands { #[cfg(feature = "parachain")] - /// Deploy a parachain to a network. + /// Deploy a parachain to a local network, powered by zombienet-sdk . #[clap(alias = "p")] Parachain(parachain::ZombienetCommand), #[cfg(feature = "contract")] diff --git a/src/commands/up/parachain.rs b/src/commands/up/parachain.rs index d74a9a9a..c9ac675b 100644 --- a/src/commands/up/parachain.rs +++ b/src/commands/up/parachain.rs @@ -6,8 +6,7 @@ use zombienet_sdk::NetworkNode; #[derive(Args)] pub(crate) struct ZombienetCommand { - /// The configuration file to be used. Only Zombienet configuration files are currently - /// supported. + /// The Zombienet configuration file to be used. #[arg(short, long)] file: String, /// The version of Polkadot to be used for the relay chain, as per the release tag (e.g.