diff --git a/cmd/soroban-cli/src/fee.rs b/cmd/soroban-cli/src/fee.rs index 4937c0458a..0525848c9b 100644 --- a/cmd/soroban-cli/src/fee.rs +++ b/cmd/soroban-cli/src/fee.rs @@ -20,7 +20,7 @@ pub struct Args { /// Build the transaction only write the base64 xdr to stdout #[arg(long, help_heading = HEADING_RPC)] pub build_only: bool, - /// Simulation the transaction only write the base64 to stdout + /// Simulation the transaction only write the base64 xdr to stdout #[arg(long, help_heading = HEADING_RPC, conflicts_with = "build_only")] pub sim_only: bool, }