From 5f915dfb431ad665c0556719ef7c52ec6a5a1095 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 1 Dec 2021 17:25:08 +0300 Subject: [PATCH] [#979] adm/subnet: Rename `id` flag to `admin` in `admin` cmd Signed-off-by: Leonard Lyubich --- cmd/neofs-adm/internal/modules/morph/subnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/neofs-adm/internal/modules/morph/subnet.go b/cmd/neofs-adm/internal/modules/morph/subnet.go index ff82045a4..6bed582e5 100644 --- a/cmd/neofs-adm/internal/modules/morph/subnet.go +++ b/cmd/neofs-adm/internal/modules/morph/subnet.go @@ -378,7 +378,7 @@ const ( // subnet ID to be managed flagSubnetAdminSubnet = flagSubnet // admin public key - flagSubnetAdminID = "id" + flagSubnetAdminID = "admin" // manage client admins instead of node ones flagSubnetAdminClient = "client" )