aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgsm.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-03-08 14:10:52 +0000
committerWerner Koch <[email protected]>2023-03-08 14:10:52 +0000
commitd2d1db88608349bbe00da3adabddc167f6852f9e (patch)
tree435c773a755458a1e7418e0782055be98da1e015 /doc/gpgsm.texi
parentdirmngr: Minor code cleanup in the CRL cache. (diff)
downloadgnupg-d2d1db88608349bbe00da3adabddc167f6852f9e.tar.gz
gnupg-d2d1db88608349bbe00da3adabddc167f6852f9e.zip
gpg,gpgsm: New option --log-time
* g10/gpg.c (oLogTime): New. (opts): Add "log-time". (opt_log_time): New var. (main): Implement. * sm/gpgsm.c (oLogTime): New. (opts): Add "log-time". (opt_log_time): New var. (main): Implement.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r--doc/gpgsm.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi
index 42090a93f..a117009bd 100644
--- a/doc/gpgsm.texi
+++ b/doc/gpgsm.texi
@@ -408,6 +408,10 @@ Do not print a warning when the so called "secure memory" cannot be used.
When running in server mode, append all logging output to @var{file}.
Use @file{socket://} to log to socket.
+@item --log-time
+@opindex log-time
+Prefix all log output with a timestamp even if no log file is used.
+
@end table