diff options
author | Neal H. Walfield <[email protected]> | 2016-12-16 13:55:54 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-12-16 13:55:54 +0000 |
commit | a165fa09be4bfbeb97ebe25d551a9045255e5028 (patch) | |
tree | a6206e0211b1281e5197d6cefaef815471b41f9d | |
parent | g10: Use total days, not total messages to compute TOFU validity (diff) | |
download | gnupg-a165fa09be4bfbeb97ebe25d551a9045255e5028.tar.gz gnupg-a165fa09be4bfbeb97ebe25d551a9045255e5028.zip |
doc: Fix manual.
* doc/gpg.texi: Remove comment about options being parsed in-order.
They aren't.
Signed-off-by: Neal H. Walfield <[email protected]>
Fixes-commit: 7572d27
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index b1e1a2ae2..e02c5c183 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -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. |