Skip to content

Commit

Permalink
Update cmd/soroban-cli/src/commands/contract/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
Ifropc and willemneal authored Oct 4, 2024
1 parent 07f66b0 commit 0fded26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/contract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub enum Cmd {
/// Initialize a Soroban project with an example contract
Init(init::Cmd),

/// (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
#[command(display_order = 100)]
Inspect(inspect::Cmd),

Expand Down

0 comments on commit 0fded26

Please sign in to comment.