We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f528133 commit 7e8dfd5Copy full SHA for 7e8dfd5
src/tool/subcommands/index_cmd.rs
@@ -30,10 +30,10 @@ pub enum IndexCommands {
30
/// Optional chain, will override the chain section of configuration file if used
31
#[arg(long)]
32
chain: Option<NetworkChain>,
33
- /// The starting tipset epoch for backfilling (inclusive)
+ /// The starting tipset epoch for back-filling (inclusive)
34
35
from: ChainEpoch,
36
- /// The ending tipset epoch for backfilling (inclusive)
+ /// The ending tipset epoch for back-filling (inclusive)
37
38
to: ChainEpoch,
39
},
0 commit comments