Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Oct 21, 2017
1 parent 5666828 commit 7b0cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b0cedb

Please sign in to comment.