[#942] neofs-cli: Return endpoint flag to `control netmap-snapshot` command

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/fyrchik/config-shard
Alex Vanin 2021-10-25 18:06:10 +03:00 committed by Alex Vanin
parent 2271944064
commit 0f598289f6
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ func initControlSnapshotCmd() {
flags := snapshotCmd.Flags()
flags.String(controlRPC, controlRPCDefault, controlRPCUsage)
flags.BoolVar(&netmapSnapshotJSON, "json", false,
"print netmap structure in JSON format")
}