mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
* gpg.sgml: Document -d. Add [file] to a few options.
This commit is contained in:
parent
a4fae95d04
commit
4ba9fd4683
@ -1,3 +1,7 @@
|
||||
2005-12-07 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Document -d. Add [file] to a few options.
|
||||
|
||||
2005-11-17 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Clarify "xxxxx-clean" and "clean". Document
|
||||
|
14
doc/gpg.sgml
14
doc/gpg.sgml
@ -105,7 +105,7 @@ a file containing keys is listed).
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term>-s, --sign</term>
|
||||
<term>-s, --sign &OptParmFile;</term>
|
||||
<listitem><para>
|
||||
Make a signature. This command may be combined with --encrypt (for a
|
||||
signed and encrypted message), --symmetric (for a signed and
|
||||
@ -116,21 +116,21 @@ or a passphrase).
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>--clearsign</term>
|
||||
<term>--clearsign &OptParmFile;</term>
|
||||
<listitem><para>
|
||||
Make a clear text signature.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-b, --detach-sign</term>
|
||||
<term>-b, --detach-sign &OptParmFile;</term>
|
||||
<listitem><para>
|
||||
Make a detached signature.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-e, --encrypt</term>
|
||||
<term>-e, --encrypt &OptParmFile;</term>
|
||||
<listitem><para>
|
||||
Encrypt data. This option may be combined with --sign (for a signed
|
||||
and encrypted message), --symmetric (for a message that may be
|
||||
@ -141,7 +141,7 @@ or a passphrase).
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-c, --symmetric</term>
|
||||
<term>-c, --symmetric &OptParmFile;</term>
|
||||
<listitem><para>
|
||||
Encrypt with a symmetric cipher using a passphrase. The default
|
||||
symmetric cipher used is CAST5, but may be chosen with the
|
||||
@ -154,14 +154,14 @@ secret key or a passphrase).
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>--store</term>
|
||||
<term>--store &OptParmFile;</term>
|
||||
<listitem><para>
|
||||
Store only (make a simple RFC1991 packet).
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>--decrypt &OptParmFile;</term>
|
||||
<term>-d, --decrypt &OptParmFile;</term>
|
||||
<listitem><para>
|
||||
Decrypt &ParmFile; (or stdin if no file is specified) and
|
||||
write it to stdout (or the file specified with
|
||||
|
Loading…
Reference in New Issue
Block a user