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.
--help
1 parent b366858 commit a5dd1eeCopy full SHA for a5dd1ee
src/main.rs
@@ -27,7 +27,7 @@ type Result<T> = result::Result<T, Error>;
27
28
/// Our command-line arguments.
29
#[derive(Debug, StructOpt)]
30
-#[structopt(help = "geocode CSV files passed on standard input")]
+#[structopt(about = "geocode CSV files passed on standard input")]
31
struct Opt {
32
/// `strict` for valid postal addresses only, `range` for unknown addresses
33
/// within a street's known range, and `invalid` to always generate some
0 commit comments