syntax error fix

This commit is contained in:
revsuine 2024-11-18 15:16:19 +00:00
parent f5a0d3fdde
commit e0c200c95e
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -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()