more helpful program description
This commit is contained in:
parent
e00bc3f33e
commit
3f0aa89f08
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ def decrypt(message: email.message.Message) -> str:
|
|||
def main() -> None:
|
||||
"""Program entry"""
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Encrypt/decrypt mail using GPG/MIME"
|
||||
description="Encrypt/decrypt mail using GPG/MIME. Takes an email from "
|
||||
"stdin and outputs to stdout."
|
||||
)
|
||||
parser.add_argument('-d', '--decrypt', action="store_true",
|
||||
help="Decrypt rather than encrypt")
|
||||
|
|
Loading…
Reference in a new issue