summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-04-19 21:44:17 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-04-19 21:44:17 +0100
commit97c83a31f1269ac154408a571b9207c6f3552fc9 (patch)
tree911dcdc32cb91e6ff7c088ff1c62a43afb38ee39 /doc
parentec2a355fdc961aba7ace27c624c01accd58dc1ed (diff)
exim_dumpdb: keys-only output option
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 89f762436..2b445e328 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -39954,8 +39954,9 @@ The entire contents of a database are written to the standard output by the
&'exim_dumpdb'& program,
.new
taking as arguments the spool and database names.
-An option &'-z'& may be given to regest times in UTC;
+An option &'-z'& may be given to request times in UTC;
otherwise times are in the local timezone.
+An option &'-k'& may be given to dump only the record keys.
.wen
For example, to dump the retry database:
.code