Skip to content

Commit 8709075

Browse files
committed
enhance description of -i
1 parent 6465e4b commit 8709075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn print_statistics(config: &Config, handler_data: HandlerData) {
2525
#[derive(Parser, Debug)]
2626
#[command(version, about, long_about = None)]
2727
pub struct Args {
28-
/// PBF file to preprocess.
28+
/// PBF file to preprocess. Running without PBF file processing can be useful, if only a country index should be computed.
2929
#[arg(short = 'i', long, value_name = "FILE")]
3030
pub(crate) input_pbf: Option<PathBuf>,
3131

0 commit comments

Comments
 (0)