Skip to content

Commit

Permalink
Update usage message, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doctaphred committed Sep 21, 2016
1 parent 41ec002 commit 61b7605
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion emojencode.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,10 @@ def _get_input():
try:
return input()
except KeyboardInterrupt:
print('Usage: `python3 -m emojencode (encode|decode) [data]`')
print(
'\n'
'Usage: `emojencode [<data>]`\n'
' `emojdecode [<data>]`\n'
'If <data> is omitted, reads from stdin.'
)
sys.exit(-1)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='emojencode',
version='1.3',
version='1.3.1',
description='Encode binary data as emoji! 😄',
author='Frederick "doctaphred" Wagner',
author_email='[email protected]',
Expand Down

0 comments on commit 61b7605

Please sign in to comment.