diff --git a/src/subcommands/declare.rs b/src/subcommands/declare.rs index 773b9ed..969be46 100644 --- a/src/subcommands/declare.rs +++ b/src/subcommands/declare.rs @@ -37,7 +37,7 @@ pub struct Declare { simulate: bool, #[clap(long, help = "Provide transaction nonce manually")] nonce: Option, - #[clap(long, help = "Wait for the transaction to confirm")] + #[clap(long, short, help = "Wait for the transaction to confirm")] watch: bool, #[clap( long, diff --git a/src/subcommands/deploy.rs b/src/subcommands/deploy.rs index 909655d..0c455b3 100644 --- a/src/subcommands/deploy.rs +++ b/src/subcommands/deploy.rs @@ -40,7 +40,7 @@ pub struct Deploy { salt: Option, #[clap(long, help = "Provide transaction nonce manually")] nonce: Option, - #[clap(long, help = "Wait for the transaction to confirm")] + #[clap(long, short, help = "Wait for the transaction to confirm")] watch: bool, #[clap( long, diff --git a/src/subcommands/invoke.rs b/src/subcommands/invoke.rs index 62882a8..1db0d05 100644 --- a/src/subcommands/invoke.rs +++ b/src/subcommands/invoke.rs @@ -31,7 +31,7 @@ pub struct Invoke { simulate: bool, #[clap(long, help = "Provide transaction nonce manually")] nonce: Option, - #[clap(long, help = "Wait for the transaction to confirm")] + #[clap(long, short, help = "Wait for the transaction to confirm")] watch: bool, #[clap( long,