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.
|
process.stdin.write(pw.encode()) # Put password to STDIN.
|
||||||
|
|
||||||
def usage():
|
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()
|
||||||
|
Loading…
Reference in New Issue
Block a user