diff --git a/cmd/soroban-cli/src/commands/tx/mod.rs b/cmd/soroban-cli/src/commands/tx/mod.rs index 59f07228ad..1be8ab75da 100644 --- a/cmd/soroban-cli/src/commands/tx/mod.rs +++ b/cmd/soroban-cli/src/commands/tx/mod.rs @@ -10,7 +10,7 @@ pub mod xdr; pub enum Cmd { /// Simulate a transaction envelope from stdin Simulate(simulate::Cmd), - /// Calculate the hash of a transaction envelope from stdin + /// Calculate the hash of a transaction envelope from stdin and prints it as a hex string Hash(hash::Cmd), }