aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-07-26 08:51:38 +0000
committerWerner Koch <[email protected]>2022-07-26 08:51:38 +0000
commit1735b5ffa879033c8b2628f2e88e1abe633d37f6 (patch)
treee3d0cefb6fd25d982056dee2a36239b2b1a8eea2
parentwkd: Fix path traversal attack on gpg-wks-server. (diff)
downloadgnupg-1735b5ffa879033c8b2628f2e88e1abe633d37f6.tar.gz
gnupg-1735b5ffa879033c8b2628f2e88e1abe633d37f6.zip
doc: Minor typo fix
-- GnuPG-bug-id: 6092
-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