diff options
author | Werner Koch <wk@gnupg.org> | 2019-01-29 22:15:49 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-01-29 22:15:49 +0100 |
commit | dee0138dc022c7113309087736312d2451adf115 (patch) | |
tree | 91f951a626bab17d975977af60b85237783f3b6c /doc/gpg.texi | |
parent | gpg: Implement searching keys via keygrip. (diff) | |
download | gnupg2-dee0138dc022c7113309087736312d2451adf115.tar.xz gnupg2-dee0138dc022c7113309087736312d2451adf115.zip |
doc: Fix typo
--
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 6b6c8cc54..e6829b911 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3310,7 +3310,7 @@ command has the same effect as using @option{--list-keys} with @option{--with-sig-list}. Note that in contrast to @option{--check-signatures} the key signatures are not verified. This command can be used to create a list of signing keys missing in the -lcoal keyring; for example: +local keyring; for example: @example gpg --list-sigs --with-colons USERID | \ |