Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 2da9f35

Browse files
committed
Added version command to man pages.
1 parent 520ae95 commit 2da9f35

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

man/u2f-authenticate.1.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ u2f\-authenticate(1)
88
u2f-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
1414
Signs 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

man/u2f-register.1.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ u2f\-register(1)
88
u2f-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
1414
Register 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

0 commit comments

Comments
 (0)