Skip to content

Commit a5dd1ee

Browse files
committed
Fix --help
1 parent b366858 commit a5dd1ee

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
@@ -27,7 +27,7 @@ type Result<T> = result::Result<T, Error>;
2727

2828
/// Our command-line arguments.
2929
#[derive(Debug, StructOpt)]
30-
#[structopt(help = "geocode CSV files passed on standard input")]
30+
#[structopt(about = "geocode CSV files passed on standard input")]
3131
struct Opt {
3232
/// `strict` for valid postal addresses only, `range` for unknown addresses
3333
/// within a street's known range, and `invalid` to always generate some

0 commit comments

Comments
 (0)