forked from TrueCloudLab/frostfs-testlib
Update shards list command
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
2bad0f1db6
commit
584ba5f0d1
2 changed files with 3 additions and 2 deletions
|
@ -118,7 +118,7 @@ class FrostfsCliShards(CliCommand):
|
|||
wallet: str,
|
||||
wallet_password: str,
|
||||
address: Optional[str] = None,
|
||||
json_mode: bool = False,
|
||||
json: bool = False,
|
||||
timeout: Optional[str] = None,
|
||||
) -> CommandResult:
|
||||
"""
|
||||
|
@ -126,7 +126,7 @@ class FrostfsCliShards(CliCommand):
|
|||
|
||||
Args:
|
||||
address: Address of wallet account.
|
||||
json_mode: Print shard info as a JSON array.
|
||||
json: Print shard info as a JSON array.
|
||||
endpoint: Remote node address (as 'multiaddr' or '<host>:<port>').
|
||||
wallet: WIF (NEP-2) string or path to the wallet or binary key.
|
||||
wallet_password: Wallet password.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue