From af5af216b54d5a1a3e0d0c3a9515845138e6a924 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 08:28:05 -0800 Subject: [PATCH] Update unsafe-reset-all command to match release v35 (#7869) (#7872) (cherry picked from commit a7224fd64089e7901d630688f09815d911309a9a) Co-authored-by: Wael --- docs/app-dev/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app-dev/getting-started.md b/docs/app-dev/getting-started.md index 3ffa3a0fa..2f5739e0f 100644 --- a/docs/app-dev/getting-started.md +++ b/docs/app-dev/getting-started.md @@ -68,7 +68,7 @@ tendermint start ``` If you have used Tendermint, you may want to reset the data for a new -blockchain by running `tendermint unsafe_reset_all`. Then you can run +blockchain by running `tendermint unsafe-reset-all`. Then you can run `tendermint start` to start Tendermint, and connect to the app. For more details, see [the guide on using Tendermint](../tendermint-core/using-tendermint.md). @@ -190,7 +190,7 @@ node example/counter.js In another window, reset and start `tendermint`: ```sh -tendermint unsafe_reset_all +tendermint unsafe-reset-all tendermint start ```