Skip to content

Commit

Permalink
Version 0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
davidk committed Sep 1, 2019
1 parent 028fa07 commit a2c41f6
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 @@ -7,7 +7,7 @@ use clap::{App, Arg, ArgGroup};

fn main() {
let options = App::new("WifiQR")
.version("0.01")
.version("0.02")
.about("Encode your wi-fi credentials as a scannable QR code")
.author("davidk")
.usage("wifiqr --ssid (ssid) [ --password (password) | --ask ] --encr [ encryption type (default:wpa2) ] [ --imagefile (output_name.png) | --svg | --svgfile (output_name.svg) ]")
Expand Down

0 comments on commit a2c41f6

Please sign in to comment.