From e0c200c95e212476a20a3458bc62b32f52f7220b Mon Sep 17 00:00:00 2001 From: revsuine Date: Mon, 18 Nov 2024 15:16:19 +0000 Subject: [PATCH] syntax error fix --- gpgmymail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpgmymail b/gpgmymail index f9b4308..330adc1 100755 --- a/gpgmymail +++ b/gpgmymail @@ -334,7 +334,7 @@ def main() -> None: parser.add_argument('--ignore-errors', action="store_true", help="Ignore errors at certain error-prone points of the script.") parser.add_argument('--decode', action="store_true", - "Attempt to decode quoted-printable and base64 parts to latin-1 before encrypting a message") + help="Attempt to decode quoted-printable and base64 parts to latin-1 before encrypting a message") parser.add_argument('recipient', nargs='*', help="Key ID or email of keys to encrypt for") args = parser.parse_args()