Skip to content

Commit d7ec21c

Browse files
authored
updated the usage
1 parent cc0c903 commit d7ec21c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ wifi-password
44
<p align="center">
55
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect.
66
<br>
7-
Works on <b>macOS</b> and <b>Linux</b> and <b>Windows</b>
7+
Works on <b>macOS</b> and <b>Linux</b>, <b>Windows</b>
88
<img src="images/demo.gif" align="center">
99
</p>
1010

@@ -29,13 +29,14 @@ $ sudo pamac build wifi-password
2929

3030
## Usage
3131
```console
32-
$ wifi-password
32+
$ wifi-password --help
3333
usage: wifi_password [options]
3434

3535
optional arguments:
3636
-h, --help show this help message and exit
37-
--qrcode, -q Generate a QR code
38-
--image, -i Create the QR code as image instead of showing it on the terminal (must be useed along with --qrcode)
37+
--show-qr, -show Show a ASCII QR code onto the terminal/console
38+
--save-qr [PATH], -save [PATH]
39+
Create the QR code and save it as an image
3940
--ssid SSID, -s SSID Specify a SSID that you have previously connected to
4041
--version Show version number
4142
```

0 commit comments

Comments
 (0)