Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfofdalalst committed Nov 11, 2021
1 parent 4b12df5 commit 3dc3b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystego/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main():
message = input('ENTER MESSAGE: ')
encode(args.src, message)
else:
logging.error('INVALID COMMAND LINE ARGS')
logging.error('INVALID COMMAND LINE ARGS, RUN `pystego -h`')


if __name__ == '__main__':
Expand Down

0 comments on commit 3dc3b53

Please sign in to comment.