Skip to content

Commit 075e938

Browse files
fix: improve wording in usage text (--help)
1 parent e00e67b commit 075e938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/args.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use clap::{ArgAction, Parser};
22

33
use crate::clients::beacon::types::BlockId;
44

5-
/// Blobscan's indexer for the EIP-4844 upgrade.
5+
/// Blobscan's indexer for the blob transactions.
66
#[derive(Parser, Debug)]
77
#[command(author, version, about, long_about = None)]
88
pub struct Args {
@@ -26,7 +26,7 @@ pub struct Args {
2626
#[arg(short = 'c', long, action = ArgAction::SetTrue)]
2727
pub disable_sync_checkpoint_save: bool,
2828

29-
/// Disable historical synchronization
29+
/// Disable backwards indexing thread
3030
#[arg(short = 'd', long, action = ArgAction::SetTrue)]
3131
pub disable_sync_historical: bool,
3232
}

0 commit comments

Comments
 (0)