From 03f3c49bb2d26c5f1bf51c97ebfc4ca860d43411 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Tue, 17 Aug 2021 15:46:03 -0400 Subject: [PATCH] Update cmd/tendermint/commands/inspect.go Co-authored-by: M. J. Fromberger --- cmd/tendermint/commands/inspect.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/tendermint/commands/inspect.go b/cmd/tendermint/commands/inspect.go index 991563dd4..53106ba44 100644 --- a/cmd/tendermint/commands/inspect.go +++ b/cmd/tendermint/commands/inspect.go @@ -22,10 +22,10 @@ var InspectCmd = &cobra.Command{ 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. When the tendermint consensus engine detects inconsistent - state, it will crash the tendermint process. Tendermint will not start up while in this - inconsistent state. + issues with Tendermint. + When the Tendermint consensus engine detects inconsistent state, it will crash the + tendermint process. Tendermint will not start up while in this inconsistent state. The inspect command can be used to query the block and state store using Tendermint RPC calls to debug issues of inconsistent state. `,