feat: Update help text

This commit is contained in:
ge 2022-02-06 17:03:01 +03:00
parent 8b58de5a42
commit 227338ebf2
1 changed files with 2 additions and 2 deletions

4
pwc.py
View File

@ -35,10 +35,10 @@ def generate_pass(special_chars: bool, lenght: int, print_pass: bool) -> str:
process.stdin.write(pw.encode()) # Put password to STDIN.
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():
print('Generate password and copy it to clipboard.')
print('Generate password and copy it to clipboard (xclip).')
print()
usage()
print()