python: Change the usage header.
Change the usage header from _Passgeny - Password Generator_ to _Passgeny - Not a Passowrd Manager_
This commit is contained in:
@ -5,7 +5,7 @@ import sys
|
||||
|
||||
from passgeny import passgeny
|
||||
|
||||
pargs = argparse.ArgumentParser("Passgeny - Password Generator")
|
||||
pargs = argparse.ArgumentParser("Passgeny - Not a Passowrd Manager")
|
||||
pargs.add_argument("domain", help="Domain or unique site identifier")
|
||||
pargs.add_argument("user", help="Username or unique user identifier")
|
||||
pargs.add_argument("tokens", nargs='*', help="Additional tokens")
|
||||
|
||||
Reference in New Issue
Block a user