diff options
| author | Teddy Wing | 2022-08-20 19:49:34 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2022-08-20 19:49:34 +0200 | 
| commit | d819eafeb01cae75327360f050f82d7f2c1da009 (patch) | |
| tree | 8e77b20d0da371f4dda353e6d4039688181e52ec | |
| parent | 13b24a39bf855584541892b2406562c2dc8fcc2b (diff) | |
| download | Passextract-d819eafeb01cae75327360f050f82d7f2c1da009.tar.bz2 | |
doc: Add version argument to man page
| -rw-r--r-- | doc/passextract.1 | 13 | ||||
| -rw-r--r-- | doc/passextract.1.txt | 3 | 
2 files changed, 12 insertions, 4 deletions
| diff --git a/doc/passextract.1 b/doc/passextract.1 index 8aa4f0b..5fd7c7e 100644 --- a/doc/passextract.1 +++ b/doc/passextract.1 @@ -1,13 +1,13 @@  '\" t  .\"     Title: passextract -.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\"      Date: 03/03/2018 +.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] +.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> +.\"      Date: 08/20/2022  .\"    Manual: \ \&  .\"    Source: \ \&  .\"  Language: English  .\" -.TH "PASSEXTRACT" "1" "03/03/2018" "\ \&" "\ \&" +.TH "PASSEXTRACT" "1" "08/20/2022" "\ \&" "\ \&"  .\" -----------------------------------------------------------------  .\" * Define some portability stuff  .\" ----------------------------------------------------------------- @@ -67,6 +67,11 @@ The passextract(1) command will parse those fields from \fIPASS_FILE\fR\&. If \f  .RS 4  Make password strings invisible by replacing them with stars ("*")\&.  .RE +.PP +\-V, \-\-version +.RS 4 +Print the program version\&. +.RE  .SH "INTERACTIVE CONTROL"  .sp  In the interactive UI, the following commands are available: diff --git a/doc/passextract.1.txt b/doc/passextract.1.txt index 7b4596d..e288fe8 100644 --- a/doc/passextract.1.txt +++ b/doc/passextract.1.txt @@ -34,6 +34,9 @@ OPTIONS  -i::  	Make password strings invisible by replacing them with stars ("*"). +-V, --version:: +	Print the program version. +  INTERACTIVE CONTROL  -------------------  In the interactive UI, the following commands are available: | 
