Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Oct 4, 2024
1 parent 1a9b04e commit 1508944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Tools for smart contract developers
* `id` — Generate the contract id for a given contract or asset
* `info` — Access info about contracts
* `init` — Initialize a Soroban project with an example contract
* `inspect` — (Deprecated) Inspect a WASM file listing contract functions, meta, etc
* `inspect` — (Deprecated in favor of `contract info` subcommands) Inspect a WASM file listing contract functions, meta, etc
* `install` — Install a WASM file to the ledger without creating a contract instance
* `invoke` — Invoke a contract function
* `optimize` — Optimize a WASM file
Expand Down Expand Up @@ -630,7 +630,7 @@ Initialize a Soroban project with an example contract

## `stellar contract inspect`

(Deprecated) Inspect a WASM file listing contract functions, meta, etc
(Deprecated in favor of `contract info` subcommands) Inspect a WASM file listing contract functions, meta, etc

**Usage:** `stellar contract inspect [OPTIONS] --wasm <WASM>`

Expand Down

0 comments on commit 1508944

Please sign in to comment.