mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-08 00:57:12 +00:00
exit status 1 for unknown command
This commit is contained in:
@@ -53,6 +53,6 @@ Commands:
|
||||
case "version":
|
||||
fmt.Println(node.Version)
|
||||
default:
|
||||
fmt.Printf("Unknown command %v\n", args[0])
|
||||
Exit(Fmt("Unknown command %v\n", args[0]))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user