Skip to content

Commit

Permalink
docs(up-parachain): credit zombienet-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Mar 21, 2024
1 parent 4dbb5c3 commit 9791091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/up/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/paritytech/zombienet-sdk>.
#[clap(alias = "p")]
Parachain(parachain::ZombienetCommand),
#[cfg(feature = "contract")]
Expand Down
3 changes: 1 addition & 2 deletions src/commands/up/parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9791091

Please sign in to comment.