This repository was archived by the owner on Jun 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ u2f\-authenticate(1)
88u2f-authenticate - Command-line tool for authentication using a U2F device.
99
1010== Synopsis
11- *u2f-authenticate* [--help ] [--infile file ] [--outfile file ] [--check ] [--soft file ] facet
11+ *u2f-authenticate* [-h ] [-v] [-c ] [-i INFILE ] [-o OUTFILE ] [-s SOFT ] facet
1212
1313== Description
1414Signs a U2F challenge using an attached U2F device. Takes a JSON formatted
@@ -20,6 +20,9 @@ u2f-authenticate has the following options:
2020*-h, --help*::
2121 Shows a list of available sub commands and arguments.
2222
23+ *-v, --version*::
24+ Shows the program's version number and exits.
25+
2326*-i, --infile FILENAME*::
2427 A file to read registration data from, instead of stdin.
2528
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ u2f\-register(1)
88u2f-register - Command-line tool for registering a U2F device.
99
1010== Synopsis
11- *u2f-register* [--help ] [--infile file ] [--outfile file ] facet
11+ *u2f-register* [-h] [-v ] [-i INFILE] [-o OUTFILE ] [-s SOFT ] facet
1212
1313== Description
1414Register a U2F device. Takes a JSON formatted RegisterRequest object on stdin,
@@ -20,6 +20,9 @@ u2f-register has the following options:
2020*-h, --help*::
2121 Shows a list of available sub commands and arguments.
2222
23+ *-v, --version*::
24+ Shows the program's version number and exits.
25+
2326*-i, --infile FILENAME*::
2427 A file to read registration data from, instead of stdin.
2528
You can’t perform that action at this time.
0 commit comments