forked from TrueCloudLab/frostfs-node
[#942] neofs-cli: Return endpoint flag to control netmap-snapshot
command
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
2271944064
commit
0f598289f6
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue