syntax error fix
This commit is contained in:
parent
f5a0d3fdde
commit
e0c200c95e
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ def main() -> None:
|
||||||
parser.add_argument('--ignore-errors', action="store_true",
|
parser.add_argument('--ignore-errors', action="store_true",
|
||||||
help="Ignore errors at certain error-prone points of the script.")
|
help="Ignore errors at certain error-prone points of the script.")
|
||||||
parser.add_argument('--decode', action="store_true",
|
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='*',
|
parser.add_argument('recipient', nargs='*',
|
||||||
help="Key ID or email of keys to encrypt for")
|
help="Key ID or email of keys to encrypt for")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
Loading…
Reference in a new issue