mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
doc: Mark --textmode as legacy option.
--
This commit is contained in:
parent
2ed1f68b48
commit
78eae9ffe8
2 changed files with 21 additions and 18 deletions
37
doc/gpg.texi
37
doc/gpg.texi
|
@ -2899,24 +2899,6 @@ done with @code{--with-colons}.
|
|||
|
||||
@table @gnupgtabopt
|
||||
|
||||
@item -t, --textmode
|
||||
@itemx --no-textmode
|
||||
@opindex textmode
|
||||
Treat input files as text and store them in the OpenPGP canonical text
|
||||
form with standard "CRLF" line endings. This also sets the necessary
|
||||
flags to inform the recipient that the encrypted or signed data is text
|
||||
and may need its line endings converted back to whatever the local
|
||||
system uses. This option is useful when communicating between two
|
||||
platforms that have different line ending conventions (UNIX-like to Mac,
|
||||
Mac to Windows, etc). @option{--no-textmode} disables this option, and
|
||||
is the default.
|
||||
|
||||
@item --force-v3-sigs
|
||||
@itemx --no-force-v3-sigs
|
||||
@item --force-v4-certs
|
||||
@itemx --no-force-v4-certs
|
||||
These options are obsolete and have no effect since GnuPG 2.1.
|
||||
|
||||
@item --force-ocb
|
||||
@itemx --force-aead
|
||||
@opindex force-ocb
|
||||
|
@ -3891,6 +3873,25 @@ all on Windows.
|
|||
|
||||
@table @gnupgtabopt
|
||||
|
||||
@item -t, --textmode
|
||||
@itemx --no-textmode
|
||||
@opindex textmode
|
||||
Treat input files as text and store them in the OpenPGP canonical text
|
||||
form with standard "CRLF" line endings. This also sets the necessary
|
||||
flags to inform the recipient that the encrypted or signed data is text
|
||||
and may need its line endings converted back to whatever the local
|
||||
system uses. This option was useful when communicating between two
|
||||
platforms with different line ending conventions (UNIX-like to Mac,
|
||||
Mac to Windows, etc). @option{--no-textmode} disables this option, and
|
||||
is the default. Note that this is a legacy option which should not
|
||||
anymore be used by any modern software.
|
||||
|
||||
@item --force-v3-sigs
|
||||
@itemx --no-force-v3-sigs
|
||||
@item --force-v4-certs
|
||||
@itemx --no-force-v4-certs
|
||||
These options are obsolete and have no effect since GnuPG 2.1.
|
||||
|
||||
@item --show-photos
|
||||
@itemx --no-show-photos
|
||||
@opindex show-photos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue