We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6465e4b commit 8709075Copy full SHA for 8709075
src/main.rs
@@ -25,7 +25,7 @@ fn print_statistics(config: &Config, handler_data: HandlerData) {
25
#[derive(Parser, Debug)]
26
#[command(version, about, long_about = None)]
27
pub struct Args {
28
- /// PBF file to preprocess.
+ /// PBF file to preprocess. Running without PBF file processing can be useful, if only a country index should be computed.
29
#[arg(short = 'i', long, value_name = "FILE")]
30
pub(crate) input_pbf: Option<PathBuf>,
31
0 commit comments