diff options
author | Werner Koch <[email protected]> | 2016-04-08 06:30:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-04-08 06:30:42 +0000 |
commit | d8775285e94b23f8e56a2997f9491dc486d74d79 (patch) | |
tree | 3a7af03efc31c47fd7326df5b28890291c4dad06 | |
parent | po: Fix misleading german translation. (diff) | |
download | gnupg-d8775285e94b23f8e56a2997f9491dc486d74d79.tar.gz gnupg-d8775285e94b23f8e56a2997f9491dc486d74d79.zip |
doc: Remove description of --faked-system-time from gpg.texi
--
This option is only available in 2.1.
-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 ee31d757a..23636e9cb 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2448,20 +2448,6 @@ be given in C syntax (e.g. 0x0042). @opindex debug-all Set all useful debugging flags. -@ifset gpgone -@item --debug-ccid-driver -@opindex debug-ccid-driver -Enable debug output from the included CCID driver for smartcards. -Note that this option is only available on some system. -@end ifset - -@item --faked-system-time @var{epoch} -@opindex faked-system-time -This option is only useful for testing; it sets the system time back or -forth to @var{epoch} which is the number of seconds elapsed since the year -1970. Alternatively @var{epoch} may be given as a full ISO time string -(e.g. "20070924T154812"). - @item --enable-progress-filter @opindex enable-progress-filter Enable certain PROGRESS status outputs. This option allows frontends |