Skip to content

Commit

Permalink
node: Swap by_range and by_number docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Sep 23, 2022
1 parent a023a64 commit d1910b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/bin/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,10 @@ pub enum IndexCommand {

#[derive(Clone, Debug, Subcommand)]
pub enum CheckBlockMethod {
/// The number of the target block
/// The hash of the target block
ByHash { hash: String },

/// The hash of the target block
/// The number of the target block
ByNumber {
number: i32,
delete_duplicates: bool,
Expand Down

0 comments on commit d1910b0

Please sign in to comment.