Browse Source

minor refactor

Anish Mukherjee 2 years ago
parent
commit
46f4f4f4c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/cmd/acl/deny.go

+ 1 - 1
cli/cmd/acl/deny.go

@@ -9,7 +9,7 @@ import (
 )
 )
 
 
 var aclDenyCmd = &cobra.Command{
 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),
 	Args:  cobra.ExactArgs(3),
 	Short: "Deny access from one node to another",
 	Short: "Deny access from one node to another",
 	Long:  `Deny access from one node to another`,
 	Long:  `Deny access from one node to another`,