mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
.github: rename crashers output (fuzz-nightly-test) (#5993)
This commit is contained in:
@@ -196,7 +196,7 @@ func NewCLI() *CLI {
|
||||
cli.root.AddCommand(&cobra.Command{
|
||||
Use: "logs [node]",
|
||||
Short: "Shows the testnet or a specefic node's logs",
|
||||
Example: "runner logs valiator03",
|
||||
Example: "runner logs validator03",
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
if len(args) == 1 {
|
||||
|
||||
Reference in New Issue
Block a user