1
0
mirror of https://github.com/huggingface/knockknock.git synced 2021-08-28 00:30:42 +03:00

small typo in main

This commit is contained in:
VictorSanh
2019-10-14 22:59:24 -04:00
parent 468ca8e105
commit 682c505057

View File

@@ -12,7 +12,7 @@ def main():
subparsers = parser.add_subparsers()
email_parser = subparsers.add_parser(
name="email", description="Send a Slack message before and after function " +
name="email", description="Send an email before and after function " +
"execution, with start and end status (sucessfully or crashed).")
email_parser.add_argument(
"--recipient-email", type=str, required=True,