feat: Update help text
This commit is contained in:
parent
8b58de5a42
commit
227338ebf2
4
pwc.py
4
pwc.py
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user