diff options
author | Werner Koch <[email protected]> | 2008-06-11 08:07:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-06-11 08:07:54 +0000 |
commit | 035c838f715968f919d582afca34d18d8f9fd0bf (patch) | |
tree | b314bbe2b9e503bfbd28b86cd95506d60d062184 /doc | |
parent | Add Base64 decoder. Not yet used but complements out encoder. (diff) | |
download | gnupg-035c838f715968f919d582afca34d18d8f9fd0bf.tar.gz gnupg-035c838f715968f919d582afca34d18d8f9fd0bf.zip |
Made --fixed-list-mode obsolete.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 4 | ||||
-rw-r--r-- | doc/gpg.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 07fb45dee..1d8a7b19c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -16,9 +16,9 @@ sub:r:1536:20:5CE086B5B5A18FF4:899817788:1025961788:::::esc: fpr:::::::::AB059359A3B81F410FCFF97F5CE086B5B5A18FF4: The double --with-fingerprint prints the fingerprint for the subkeys -too, --fixed-list-mode is themodern listing way printing dates in +too. --fixed-list-mode is the modern listing way printing dates in seconds since Epoch and does not merge the first userID with the pub -record. +record; gpg2 does this by default and the option is a dummy. 1. Field: Type of record diff --git a/doc/gpg.texi b/doc/gpg.texi index 0cc258ee1..56f441e63 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1846,6 +1846,10 @@ source distribution. @opindex fixed-list-mode Do not merge primary user ID and primary key in @option{--with-colon} listing mode and print all timestamps as seconds since 1970-01-01. +@ifclear gpgone +Since GnuPG 2.0.10, this mode is always used and thus this option is +obsolete; it does not harm to use it though. +@end ifclear @item --with-fingerprint @opindex with-fingerprint |