Skip to content

Commit

Permalink
Fix --help
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Jun 16, 2019
1 parent b366858 commit a5dd1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Result<T> = result::Result<T, Error>;

/// 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
Expand Down

0 comments on commit a5dd1ee

Please sign in to comment.