Skip to content

Commit

Permalink
fix: add description for undo-block tool (#8978)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca committed Apr 26, 2023
1 parent 8c1b0df commit 0cb34ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neard/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ pub(super) enum NeardSubCommand {
/// validate config files including genesis.json and config.json
ValidateConfig(ValidateConfigCommand),

// reset the head of the chain locally to the prev block of current head
/// reset the head of the chain locally to the prev block of current head
UndoBlock(UndoBlockCommand),
}

Expand Down

0 comments on commit 0cb34ae

Please sign in to comment.