syntax error fix
This commit is contained in:
parent
a2eaa913be
commit
4fed606df2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def main() -> None:
|
|||
required=False,
|
||||
help="Encoding to use for the gnupg.GPG object")
|
||||
parser.add_argument('recipient', nargs='*',
|
||||
help="Key ID or email of keys to encrypt for")A
|
||||
help="Key ID or email of keys to encrypt for")
|
||||
args = parser.parse_args()
|
||||
msg = email.message_from_file(sys.stdin)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue