summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-07-26 10:51:38 +0200
committerWerner Koch <wk@gnupg.org>2022-07-26 10:51:38 +0200
commit1735b5ffa879033c8b2628f2e88e1abe633d37f6 (patch)
treee3d0cefb6fd25d982056dee2a36239b2b1a8eea2 /doc
parentwkd: Fix path traversal attack on gpg-wks-server. (diff)
downloadgnupg2-1735b5ffa879033c8b2628f2e88e1abe633d37f6.tar.xz
gnupg2-1735b5ffa879033c8b2628f2e88e1abe633d37f6.zip
doc: Minor typo fix
-- GnuPG-bug-id: 6092
Diffstat (limited to 'doc')
-rw-r--r--doc/gpg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 08de40b0a..ca5a4c4de 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -3866,7 +3866,7 @@ files; They all live in the current home directory (@pxref{option
$ cd ~/.gnupg
$ gpg --export-ownertrust >otrust.lst
$ mv pubring.gpg publickeys.backup
- $ gpg --import-options restore --import publickeys.backups
+ $ gpg --import-options restore --import publickeys.backup
$ gpg --import-ownertrust otrust.lst
@end example