Skip to content

Commit

Permalink
make owner address argument in account-info command to be non-posit…
Browse files Browse the repository at this point in the history
…ional
  • Loading branch information
samkim-crypto committed Sep 12, 2023
1 parent c2c516f commit 4d78f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion token/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,6 @@ fn app<'a, 'b>(
)
.arg(
owner_address_arg()
.index(2)
.conflicts_with("address")
.help("Owner of the associated account for the specified token. \
To query a specific account, use the `--address` parameter instead. \
Expand Down

0 comments on commit 4d78f6d

Please sign in to comment.