Corrected 'unsafe-reset-all' help text (#7504)

This commit is contained in:
Neeraj Murarka
2020-10-10 13:02:12 +02:00
committed by GitHub
parent c7d926da2d
commit 61d5844705
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ func printlnJSON(v interface{}) error {
func UnsafeResetAllCmd() *cobra.Command {
return &cobra.Command{
Use: "unsafe-reset-all",
Short: "Resets the blockchain database, removes address book files, and resets priv_validator.json to the genesis state",
Short: "Resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state",
RunE: func(cmd *cobra.Command, args []string) error {
serverCtx := GetServerContextFromCmd(cmd)
cfg := serverCtx.Config