feat: Update help text

This commit is contained in:
ge 2022-02-06 17:03:01 +03:00
parent 8b58de5a42
commit 227338ebf2

2
pwc.py
View File

@ -38,7 +38,7 @@ def usage():
print('Usage: pwc [-h|--help] [-s|--special] [-p|--print] [<lenght>]') print('Usage: pwc [-h|--help] [-s|--special] [-p|--print] [<lenght>]')
def print_help(): def print_help():
print('Generate password and copy it to clipboard.') print('Generate password and copy it to clipboard (xclip).')
print() print()
usage() usage()
print() print()