Skip to content

Commit

Permalink
Fix contract init short name conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Aug 6, 2024
1 parent 8bbeee0 commit 0c31565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Initialize a Soroban project with an example contract

Possible values: `account`, `alloc`, `atomic_multiswap`, `atomic_swap`, `auth`, `cross_contract`, `custom_types`, `deep_contract_auth`, `deployer`, `errors`, `eth_abi`, `events`, `fuzzing`, `increment`, `liquidity_pool`, `logging`, `mint-lock`, `simple_account`, `single_offer`, `timelock`, `token`, `ttl`, `upgradeable_contract`, `workspace`

* `-f`, `--frontend-template <FRONTEND_TEMPLATE>` — An optional flag to pass in a url for a frontend template repository.
* `-t`, `--frontend-template <FRONTEND_TEMPLATE>` — An optional flag to pass in a url for a frontend template repository.

Default value: ``
* `--overwrite` — Overwrite all existing files.
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/contract/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pub struct Cmd {
pub with_example: Vec<String>,

#[arg(
short,
long,
short = 't',
default_value = "",
long_help = "An optional flag to pass in a url for a frontend template repository."
)]
Expand Down

0 comments on commit 0c31565

Please sign in to comment.