diff options
author | Werner Koch <[email protected]> | 2024-01-29 08:26:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-29 08:26:26 +0000 |
commit | ae0a755e0d8c3780bb24a777efa0ed31ed3916bd (patch) | |
tree | 4ff5b4a3341bc537cae770ccb2c9bb720cbac5c3 /g10/gpg.c | |
parent | doc: Mark --textmode as legacy option. (diff) | |
download | gnupg-ae0a755e0d8c3780bb24a777efa0ed31ed3916bd.tar.gz gnupg-ae0a755e0d8c3780bb24a777efa0ed31ed3916bd.zip |
gpg: Hide --textmode from the help output.
--
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -753,7 +753,7 @@ static gpgrt_opt_t opts[] = { ARGPARSE_s_n (oNoEscapeFrom, "no-escape-from-lines", "@"), ARGPARSE_s_n (oMimemode, "mimemode", "@"), ARGPARSE_s_n (oTextmodeShort, NULL, "@"), - ARGPARSE_s_n (oTextmode, "textmode", N_("use canonical text mode")), + ARGPARSE_s_n (oTextmode, "textmode", "@"), ARGPARSE_s_n (oNoTextmode, "no-textmode", "@"), ARGPARSE_s_s (oSetFilename, "set-filename", "@"), ARGPARSE_s_n (oForYourEyesOnly, "for-your-eyes-only", "@"), |