diff --git a/cmd/neofs-adm/internal/modules/morph/subnet.go b/cmd/neofs-adm/internal/modules/morph/subnet.go index ff82045a..6bed582e 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" )