From dd2998d72475e89f19706d6720ab661e2f235e03 Mon Sep 17 00:00:00 2001
From: Leonard Lyubich <leonard@nspcc.ru>
Date: Wed, 1 Dec 2021 17:27:58 +0300
Subject: [PATCH] [#979] adm/subnet: Rename `id` flag to `node` in `node` cmd

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
---
 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 6bed582e58..877bc6bf74 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
 )