diff options
author | Werner Koch <wk@gnupg.org> | 2009-12-17 18:25:26 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-12-17 18:25:26 +0100 |
commit | af935bd41030ed12b53a4ba42b9e398facf08310 (patch) | |
tree | 6ffdd932d40f70dd0d2c8033703063a94898f3f6 /doc/gpg.texi | |
parent | Do not use the VMC C reserved word readonly. (diff) | |
download | gnupg2-af935bd41030ed12b53a4ba42b9e398facf08310.tar.xz gnupg2-af935bd41030ed12b53a4ba42b9e398facf08310.zip |
Implement --faked-systrem-time for gpg.
Typo and comment fixes.
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index b405e5b71..4fdff42e4 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2188,6 +2188,13 @@ 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 Enable certain PROGRESS status outputs. This option allows frontends to display a progress indicator while gpg is processing larger files. |