diff --git a/cmd/soroban-cli/src/fee.rs b/cmd/soroban-cli/src/fee.rs index 20642913f..37fcff321 100644 --- a/cmd/soroban-cli/src/fee.rs +++ b/cmd/soroban-cli/src/fee.rs @@ -8,7 +8,7 @@ use crate::{commands::HEADING_RPC, deprecated_arg}; const DEPRECATION_MESSAGE: &str = "--sim-only is deprecated and will be removed \ in the future versions of CLI. The same functionality is offered by `tx simulate` command. To \ -replicate the behaviour, you can run `stellar --build only | stellar tx simulate`"; +replicate the behaviour, run `stellar --build only | stellar tx simulate`"; #[derive(Debug, clap::Args, Clone)] #[group(skip)]