Codebase list rust-stfu8 / ea72e88
sequoia-sqv: update sqv.1 Daniel Kahn Gillmor 4 years ago
2 changed file(s) with 20 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 rust-sequoia-sqv (0.13.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Update sqv.1 manually
3 * Package sequoia-sqv 0.13.0 from crates.io using debcargo 2.4.2
4
5 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 15 Jan 2020 17:11:40 -0500
6
07 rust-sequoia-sqv (0.13.0-1) unstable; urgency=medium
18
29 * Package sequoia-sqv 0.13.0 from crates.io using debcargo 2.4.2
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
1 .TH SQV "1" "November 2019" "sqv 0.11.0" "User Commands"
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12.
1 .TH SQV "1" "January 2020" "sqv 0.13.0" "User Commands"
22 .SH NAME
3 sqv \- manual page for sqv 0.11.0
3 sqv \- manual page for sqv 0.13.0
44 .SH DESCRIPTION
55 sqv is a command\-line OpenPGP signature verification tool.
66 .SS "USAGE:"
2121 \fB\-\-keyring\fR <FILE>...
2222 A keyring. Can be given multiple times.
2323 .TP
24 \fB\-\-not\-after\fR <YYYY\-MM\-DD>
25 Consider signatures created after YYYY\-MM\-DD as invalid. Default: now
24 \fB\-\-not\-after\fR <TIMESTAMP>
25 Consider signatures created after TIMESTAMP as invalid. If a date is given,
26 23:59:59 is used for the time.
27 [default: now]
2628 .TP
27 \fB\-\-not\-before\fR <YYYY\-MM\-DD>
28 Consider signatures created before YYYY\-MM\-DD as invalid. Default: no constraint
29 \fB\-\-not\-before\fR <TIMESTAMP>
30 Consider signatures created before TIMESTAMP as invalid. If a date is given,
31 00:00:00 is used for the time.
32 [default: no constraint]
2933 .TP
3034 \fB\-n\fR, \fB\-\-signatures\fR <N>
3135 The number of valid signatures to return success. Default: 1
3640 .TP
3741 <FILE>
3842 File to verify.
39 .SH "SEE ALSO"
40 The full documentation for
41 .B sqv
42 is maintained as a Texinfo manual. If the
43 .B info
44 and
45 .B sqv
46 programs are properly installed at your site, the command
47 .IP
48 .B info sqv
4943 .PP
50 should give you access to the complete manual.
44 TIMESTAMPs must be given in ISO 8601 format (e.g. '2017\-03\-04T13:25:35Z', '2017\-03\-04T13:25', '20170304T1325+0830',
45 \&'2017\-03\-04', '2017031', ...). If no timezone is specified, UTC is assumed.