Skip to content

Commit

Permalink
updated the usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha authored Feb 14, 2021
1 parent cc0c903 commit d7ec21c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ wifi-password
<p align="center">
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect.
<br>
Works on <b>macOS</b> and <b>Linux</b> and <b>Windows</b>
Works on <b>macOS</b> and <b>Linux</b>, <b>Windows</b>
<img src="images/demo.gif" align="center">
</p>

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

## Usage
```console
$ wifi-password
$ wifi-password --help
usage: wifi_password [options]

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

1 comment on commit d7ec21c

@yangwe999
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apk

Please sign in to comment.