diff --git a/cmd/neofs-adm/internal/modules/morph/subnet.go b/cmd/neofs-adm/internal/modules/morph/subnet.go index 6bed582e5..877bc6bf7 100644 --- a/cmd/neofs-adm/internal/modules/morph/subnet.go +++ b/cmd/neofs-adm/internal/modules/morph/subnet.go @@ -655,7 +655,7 @@ var cmdSubnetClientRemove = &cobra.Command{ // cmdSubnetNode flags. const ( // node ID - flagSubnetNode = "id" + flagSubnetNode = "node" // ID of the subnet to be managed flagSubnetNodeSubnet = flagSubnet )