diff options
author | Werner Koch <[email protected]> | 2002-12-05 15:25:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-12-05 15:25:46 +0000 |
commit | fce148aa0ecff4b5bf901fd8bc6fe15be89967c2 (patch) | |
tree | ec92f47e041f7e098262cf99a3749ee4ffaa5456 /doc/gpg.sgml | |
parent | * g10.c: New options --[no-]mangle-dos-filenames. (diff) | |
download | gnupg-fce148aa0ecff4b5bf901fd8bc6fe15be89967c2.tar.gz gnupg-fce148aa0ecff4b5bf901fd8bc6fe15be89967c2.zip |
* gpg.sgml: Document --no-mangle-dos-filenames.
Diffstat (limited to 'doc/gpg.sgml')
-rw-r--r-- | doc/gpg.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index b34468afe..f653f8fc2 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -760,6 +760,19 @@ Create ASCII armored output. Write output to &ParmFile;. </para></listitem></varlistentry> +<varlistentry> +<term>--no-mangle-dos-filenames</term> +<term>--mangle-dos-filenames</term> +<listitem><para> +The Windows version of GPG replaces the extension of an output +filename to avoid problems with filenames containing more than one +dot. This is not necessary for newer Windows version and such +--no-mangle-dos-filenames can be used to switch this feature off and +have GPG append the new extension. This otion has no effect on +non-windows platforms. +</para></listitem></varlistentry> + + <varlistentry> <term>-u, --local-user &ParmName;</term> |