Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 10, 2024
1 parent 94efa14 commit f189ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command> --build only | stellar tx simulate`";
replicate the behaviour, run `stellar <command> --build only | stellar tx simulate`";

#[derive(Debug, clap::Args, Clone)]
#[group(skip)]
Expand Down

0 comments on commit f189ec7

Please sign in to comment.