diff options
author | Werner Koch <wk@gnupg.org> | 2011-07-18 10:38:14 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-07-18 10:38:14 +0200 |
commit | 550d94b0113bfa49d7107171e498d16880deb5b2 (patch) | |
tree | 14bfeb6421c67789f4a1ac8c0e7cdfe45a7ecb93 /doc | |
parent | Document OPTION s2k-count (diff) | |
download | gnupg2-550d94b0113bfa49d7107171e498d16880deb5b2.tar.xz gnupg2-550d94b0113bfa49d7107171e498d16880deb5b2.zip |
Clarify documentation of --keyid-format.
Fixes bug#1354.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index c505e0792..1112fa21a 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1429,7 +1429,8 @@ required if @code{local} is also used. Select how to display key IDs. "short" is the traditional 8-character key ID. "long" is the more accurate (but less convenient) 16-character key ID. Add an "0x" to either to include an "0x" at the -beginning of the key ID, as in 0x99242560. +beginning of the key ID, as in 0x99242560. Note that this option is +ignored if the option --with-colons is used. @item --keyserver @code{name} Use @code{name} as your keyserver. This is the server that |