Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 23, 2024
1 parent 1470057 commit 70837be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ Sign, Simulate, and Send transactions

* `simulate` — Simulate a transaction envelope from stdin
* `hash` — Calculate the hash of a transaction envelope from stdin
* `sign` — Sign a transaction envolope appending the signature to the envelope
* `sign` — Sign a transaction envelope appending the signature to the envelope



Expand Down Expand Up @@ -1329,7 +1329,7 @@ Calculate the hash of a transaction envelope from stdin

## `stellar tx sign`

Sign a transaction envolope appending the signature to the envelope
Sign a transaction envelope appending the signature to the envelope

**Usage:** `stellar tx sign [OPTIONS]`

Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/tx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub enum Cmd {
Simulate(simulate::Cmd),
/// Calculate the hash of a transaction envelope from stdin
Hash(hash::Cmd),
/// Sign a transaction envolope appending the signature to the envelope
/// Sign a transaction envelope appending the signature to the envelope
Sign(sign::Cmd),
}

Expand Down

0 comments on commit 70837be

Please sign in to comment.