1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

doc: Fix manual.

* doc/gpg.texi: Remove comment about options being parsed in-order.
They aren't.

Signed-off-by: Neal H. Walfield <neal@g10code.com>
Fixes-commit: 7572d27
This commit is contained in:
Neal H. Walfield 2016-12-16 14:55:54 +01:00
parent 4a2c210b75
commit a165fa09be

View File

@ -117,11 +117,6 @@ perform a reasonable action depending on the type of file it is given
as input (an encrypted message is decrypted, a signature is verified,
a file containing keys is listed, etc.).
Please remember that option and command parsing stops as soon as a
non-option is encountered. Thus, options must precede the command.
You can explicitly stop parsing by using the special option
@option{--}.
@menu
* General GPG Commands:: Commands not specific to the functionality.