From f189ec73a61f06103ab78f7a871f36a42332dde9 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:49:55 +1000 Subject: [PATCH] text --- cmd/soroban-cli/src/fee.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]