1
0
Fork 0
This commit is contained in:
Ash Wilson 2017-10-20 21:02:02 -04:00
parent 5666828a1f
commit 7b0cedb0f1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def _argparse():
parser.add_argument(
'--cookie', '-c',
default=os.getenv('SLACK_COOKIE'),
help='Default sto the $SLACK_COOKIE environment variable.'
help='Defaults to the $SLACK_COOKIE environment variable.'
)
args = parser.parse_args()
return args