Skip to content

Commit

Permalink
docs: update log description testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Feb 10, 2025
1 parent b3ab467 commit 85db3bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ignite/cmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import (
func NewTestnet() *cobra.Command {
c := &cobra.Command{
Use: "testnet [command]",
Short: "Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.",
Short: "Simulate and manage test networks",
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.`,
Aliases: []string{"t"},
Args: cobra.ExactArgs(1),
}
Expand Down

0 comments on commit 85db3bc

Please sign in to comment.