Skip to content

Commit

Permalink
Repalce deploy to transaction in send command help
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 31, 2024
1 parent 91c4327 commit 1745811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ALIAS: &str = "send-txn";
impl ClientCommand for SendTransaction {
const NAME: &'static str = "send-transaction";
const ABOUT: &'static str =
"Read a previously-saved deploy from a file and send it to the network for execution";
"Read a previously-saved transaction from a file and send it to the network for execution";

fn build(display_order: usize) -> Command {
Command::new(Self::NAME)
Expand Down

0 comments on commit 1745811

Please sign in to comment.