Skip to content

Commit

Permalink
command change for network creation
Browse files Browse the repository at this point in the history
  • Loading branch information
vineshtk committed Aug 18, 2024
1 parent 4850ed1 commit 100edd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
Expand Down

0 comments on commit 100edd9

Please sign in to comment.