From 100edd9336522b8421d6dd6e56907330c74d048c Mon Sep 17 00:00:00 2001 From: vineshtk Date: Sun, 18 Aug 2024 14:56:01 +0530 Subject: [PATCH] command change for network creation --- cmd/network.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/network.go b/cmd/network.go index 456d582..bccd422 100644 --- a/cmd/network.go +++ b/cmd/network.go @@ -8,8 +8,8 @@ import ( // networkCmd represents the network command var networkCmd = &cobra.Command{ - Use: "Network", - Aliases: []string{"N"}, + Use: "Create", + Aliases: []string{"C"}, Short: "Use this command to build a new network.", Long: `A longer description that spans multiple lines and likely contains examples and usage of using your command.`,