Skip to content

Commit

Permalink
fix: wording in input param help
Browse files Browse the repository at this point in the history
  • Loading branch information
alekzvik committed Dec 20, 2024
1 parent 1e3b2e1 commit 9535a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geozero-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct Cli {
#[arg(short, long, value_parser = parse_extent)]
extent: Option<Extent>,

/// The path or URL to the input file to read
/// The path to the input file, or the URL for remote FlatGeobuf files
input: String,

/// The path to the file to write
Expand Down

0 comments on commit 9535a6e

Please sign in to comment.