We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027a7cc commit 62ea289Copy full SHA for 62ea289
README.md
@@ -15,12 +15,12 @@ to plain [otpauth links](https://github.com/google/google-authenticator/wiki/Key
15
### Flags
16
17
```
18
- -workdir string
19
- working directory to store eventual files (defaults to current one)
+ -dump
+ dump as prototext
20
-eval
21
evaluate otps
22
-http string
23
- serve http (e.g. :6060)
+ serve http (e.g. localhost:6060)
24
-info
25
display batch info
26
-link string
@@ -29,6 +29,8 @@ to plain [otpauth links](https://github.com/google/google-authenticator/wiki/Key
29
generate QR-codes (optauth://)
30
-rev
31
reverse QR-code (otpauth-migration://)
32
+ -workdir string
33
+ working directory
34
35
36
## Example
0 commit comments