Skip to content

Commit 7e8dfd5

Browse files
committed
Fix spellcheck error
1 parent f528133 commit 7e8dfd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tool/subcommands/index_cmd.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ pub enum IndexCommands {
3030
/// Optional chain, will override the chain section of configuration file if used
3131
#[arg(long)]
3232
chain: Option<NetworkChain>,
33-
/// The starting tipset epoch for backfilling (inclusive)
33+
/// The starting tipset epoch for back-filling (inclusive)
3434
#[arg(long)]
3535
from: ChainEpoch,
36-
/// The ending tipset epoch for backfilling (inclusive)
36+
/// The ending tipset epoch for back-filling (inclusive)
3737
#[arg(long)]
3838
to: ChainEpoch,
3939
},

0 commit comments

Comments
 (0)