diff options
author | Werner Koch <[email protected]> | 2016-07-14 13:19:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-07-14 13:19:36 +0000 |
commit | 1e9bc66a9a60de668890452d504eea3c3c614f7e (patch) | |
tree | 4b766609e6ec76b677cae137621dc26831131d4d /doc | |
parent | po: Complete update of the Norwegian translation (diff) | |
download | gnupg-1e9bc66a9a60de668890452d504eea3c3c614f7e.tar.gz gnupg-1e9bc66a9a60de668890452d504eea3c3c614f7e.zip |
gpg: Remove options --print-dane-records and --print-pka-records.
* g10/gpg.c (main): Remove options but print a dedicated warning.
* g10/options.h (struct opt): Remove fields 'print_dane_records' and
'print_pka_records'.
* g10/keylist.c (list_keyblock): Do not call list_keyblock_pka.
(list_keyblock_pka): Remove.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index db110618d..38f417e29 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2345,20 +2345,6 @@ as it is easily machine parsed. The details of this format are documented in the file @file{doc/DETAILS}, which is included in the GnuPG source distribution. - -@item --print-pka-records -@opindex print-pka-records -Modify the output of the list commands to print PKA records suitable -to put into DNS zone files. An ORIGIN line is printed before each -record to allow diverting the records to the corresponding zone file. - -@item --print-dane-records -@opindex print-dane-records -Modify the output of the list commands to print OpenPGP DANE records -suitable to put into DNS zone files. An ORIGIN line is printed before -each record to allow diverting the records to the corresponding zone -file. - @item --fixed-list-mode @opindex fixed-list-mode Do not merge primary user ID and primary key in @option{--with-colon} |