From 4d78f6d9a0734791188b6a20d9635df07c88715c Mon Sep 17 00:00:00 2001 From: samkim-crypto Date: Thu, 7 Sep 2023 06:47:09 -0700 Subject: [PATCH] make owner address argument in `account-info` command to be non-positional --- token/cli/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/token/cli/src/main.rs b/token/cli/src/main.rs index 9edcc7c468d..9e67b6d99be 100644 --- a/token/cli/src/main.rs +++ b/token/cli/src/main.rs @@ -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. \