From e2a77d881308c1ddc21f1b02f34ce9447fa832fb Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:50:17 +1000 Subject: [PATCH] help --- FULL_HELP_DOCS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FULL_HELP_DOCS.md b/FULL_HELP_DOCS.md index 3a8544072..1e4b20d0f 100644 --- a/FULL_HELP_DOCS.md +++ b/FULL_HELP_DOCS.md @@ -498,11 +498,11 @@ stellar contract invoke ... -- --help * `--sim-only` — Simulate the transaction and only write the base64 xdr to stdout * `--send ` — Whether or not to send a transaction - Default value: `if-write` + Default value: `default` Possible values: - - `if-write`: - Only send transaction if there are ledger writes or published events, otherwise return simulation result + - `default`: + Only send transaction if simulation indicates there are ledger writes, published events, or auth required, otherwise return simulation result - `no`: Do not send transaction, return simulation result - `yes`: