mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* gpg.sgml: Clarify -u/--local-user and --default-key.
This commit is contained in:
parent
b813a663d9
commit
d0a1aaa277
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-09 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Clarify -u/--local-user and --default-key.
|
||||||
|
|
||||||
2004-02-03 David Shaw <dshaw@jabberwocky.com>
|
2004-02-03 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a
|
* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a
|
||||||
|
19
doc/gpg.sgml
19
doc/gpg.sgml
@ -798,21 +798,18 @@ non-Windows platforms.
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-u, --local-user &ParmName;</term>
|
<term>-u, --local-user &ParmName;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Use &ParmName; as the user ID to sign with. This option is silently
|
Use &ParmName; as the key to sign with. Note that this option
|
||||||
ignored for the list commands, so that it can be used in an options
|
overrides --default-key.
|
||||||
file.
|
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--default-key &ParmName;</term>
|
<term>--default-key &ParmName;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Use &ParmName; as default user ID for signatures. If this
|
Use &ParmName; as the default key to sign with. If this option is not
|
||||||
is not used the default user ID is the first user ID
|
used, the default key is the first key found in the secret keyring.
|
||||||
found in the secret keyring.
|
Note that -u or --local-user overrides this option.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-r, --recipient &ParmName;</term>
|
<term>-r, --recipient &ParmName;</term>
|
||||||
<term></term>
|
<term></term>
|
||||||
@ -882,8 +879,8 @@ Try to be as quiet as possible.
|
|||||||
<term>-z &ParmN;, --compress-level &ParmN;</term>
|
<term>-z &ParmN;, --compress-level &ParmN;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Set compression level to &ParmN;. A value of 0 for &ParmN; disables
|
Set compression level to &ParmN;. A value of 0 for &ParmN; disables
|
||||||
compression. Default is to use the default compression level of zlib
|
compression. The default is to use the default compression level of
|
||||||
(normally 6).
|
zlib (normally 6).
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
@ -2313,7 +2310,7 @@ option is intended for external programs that call GnuPG to perform
|
|||||||
tasks, and is thus not generally useful. See the file
|
tasks, and is thus not generally useful. See the file
|
||||||
<filename>doc/DETAILS</filename> in the source distribution for the
|
<filename>doc/DETAILS</filename> in the source distribution for the
|
||||||
details of which configuration items may be listed. --list-config is
|
details of which configuration items may be listed. --list-config is
|
||||||
only useful with --with-colons set.
|
only usable with --with-colons set.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user