minor refactor

This commit is contained in:
Anish Mukherjee 2023-01-05 19:27:42 +05:30
parent 90ef4fd168
commit 46f4f4f4c6

View file

@ -9,7 +9,7 @@ import (
)
var aclDenyCmd = &cobra.Command{
Use: "deny [NETWORK NAME] [FROM_NODE_NAME] [TO_NODE_NAME]",
Use: "deny [NETWORK NAME] [NODE_1_ID] [NODE_2_ID]",
Args: cobra.ExactArgs(3),
Short: "Deny access from one node to another",
Long: `Deny access from one node to another`,