[#979] adm/subnet: Rename id flag to node in node cmd

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-12-01 17:27:58 +03:00 committed by LeL
parent 5f915dfb43
commit dd2998d724

View file

@ -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
)