lint fixes

This commit is contained in:
William Banfield
2021-08-24 10:58:21 -04:00
parent 4c381f1e77
commit 4a97aafcb5
3 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import (
// InspectCmd is the command for starting an inspect server.
var InspectCmd = &cobra.Command{
Use: "inspect",
Short: "Run an inspect server for investigating Tendermint state.",
Short: "Run an inspect server for investigating Tendermint state",
Long: `
inspect runs a subset of Tendermint's RPC endpoints that are useful for debugging
issues with Tendermint.