Skip to content

Commit

Permalink
Update asciicast and help
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsIrl committed Aug 17, 2020
1 parent 1550e40 commit c6baad6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export MOZ_TOKEN=$(mozwire --print-token) # save the token in the MOZ_TOKEN envi
mozwire .... # mozwire commands can be ran without having to log in
```

[![asciicast](https://asciinema.org/a/002XVrcKQYcWOwP15OLVLjEL9.svg)](https://asciinema.org/a/002XVrcKQYcWOwP15OLVLjEL9)
[![asciicast](https://asciinema.org/a/wQgorg0PgkrjI52NSWEdzdQ7U.svg)](https://asciinema.org/a/wQgorg0PgkrjI52NSWEdzdQ7U)

```
mozwire 0.2.0
mozwire 0.4.0
Nils <[email protected]>
MozillaVPN wireguard configuration manager
Expand All @@ -66,15 +66,13 @@ USAGE:
FLAGS:
-h, --help Prints help information
--no-browser By default, mozwire will open the login page in a browser, this option prevents
mozwire a browser page from being opened.
--print-token Print the token used to query the Mozilla API, so that it can be reused with
--token, without having to sign in each time.
--no-browser By default, mozwire will open the login page in a browser, this option prevents mozwire a browser page from being opened.
--print-token Print the token used to query the Mozilla API, so that it can be reused with --token, without having to sign in each time.
-V, --version Prints version information
OPTIONS:
--token <token> The token used to communicate with the Mozilla API.
If unspecified, a web page will be opened to retrieve the token.
--token <token> The token used to communicate with the Mozilla API. If unspecified, a web page will be opened to retrieve the token. the MOZ_TOKEN environment variable can also be used instead. [env:
MOZ_TOKEN=]
SUBCOMMANDS:
device Add, remove and list devices. To connect to MozillaVPN, a device needs to be in the list.
Expand Down

0 comments on commit c6baad6

Please sign in to comment.