diff --git a/src/main.rs b/src/main.rs index 8b6356c..5d1ce94 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,7 @@ type Result = result::Result; /// Our command-line arguments. #[derive(Debug, StructOpt)] -#[structopt(help = "geocode CSV files passed on standard input")] +#[structopt(about = "geocode CSV files passed on standard input")] struct Opt { /// `strict` for valid postal addresses only, `range` for unknown addresses /// within a street's known range, and `invalid` to always generate some