From 0f598289f6f6127580d49439ec951001e0fd309f Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 25 Oct 2021 18:06:10 +0300 Subject: [PATCH] [#942] neofs-cli: Return endpoint flag to `control netmap-snapshot` command Signed-off-by: Alex Vanin --- cmd/neofs-cli/modules/control.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/neofs-cli/modules/control.go b/cmd/neofs-cli/modules/control.go index bd830a5d2..84149903a 100644 --- a/cmd/neofs-cli/modules/control.go +++ b/cmd/neofs-cli/modules/control.go @@ -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") }