Skip to content

Commit 7aa6b4a

Browse files
authored
docs: update long description testnet (#4502)
1 parent b3ab467 commit 7aa6b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ignite/cmd/testnet.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import (
88
func NewTestnet() *cobra.Command {
99
c := &cobra.Command{
1010
Use: "testnet [command]",
11-
Short: "Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.",
11+
Short: "Simulate and manage test networks",
12+
Long: `Comprehensive toolset for managing and simulating blockchain test networks. It allows users to either run a test network in place using mainnet data or set up a multi-node environment for more complex testing scenarios. Additionally, it includes a subcommand for simulating the chain, which is useful for fuzz testing and other testing-related tasks.`,
1213
Aliases: []string{"t"},
1314
Args: cobra.ExactArgs(1),
1415
}

0 commit comments

Comments
 (0)