forked from TrueCloudLab/frostfs-node
[#979] adm/subnet: Rename id
flag to node
in node
cmd
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
5f915dfb43
commit
dd2998d724
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ var cmdSubnetClientRemove = &cobra.Command{
|
||||||
// cmdSubnetNode flags.
|
// cmdSubnetNode flags.
|
||||||
const (
|
const (
|
||||||
// node ID
|
// node ID
|
||||||
flagSubnetNode = "id"
|
flagSubnetNode = "node"
|
||||||
// ID of the subnet to be managed
|
// ID of the subnet to be managed
|
||||||
flagSubnetNodeSubnet = flagSubnet
|
flagSubnetNodeSubnet = flagSubnet
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue