Skip to content

Commit

Permalink
Merge pull request #296 from caixiangyue/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
lotabout authored Apr 1, 2020
2 parents b7cf49e + 80e2956 commit fa537ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn real_main() -> Result<i32, std::io::Error> {
//------------------------------------------------------------------------------
// parse options
let opts = App::new("sk")
.author("Jinzhou Zhang<[email protected]")
.author("Jinzhou Zhang<[email protected]>")
.arg(Arg::with_name("help").long("help").short("h"))
.arg(Arg::with_name("version").long("version").short("v"))
.arg(Arg::with_name("bind").long("bind").short("b").multiple(true).takes_value(true))
Expand Down

0 comments on commit fa537ff

Please sign in to comment.