This commit is contained in:
Dylan Araps 2019-02-24 22:40:56 +02:00
parent dff3b23881
commit 35b4d2a3d8
1 changed files with 2 additions and 1 deletions

3
pash
View File

@ -81,10 +81,11 @@ die() {
usage() { printf '%s' "\ usage() { printf '%s' "\
pash - simple password manager. pash - simple password manager.
usage: pash [add,del,show,list] [name] [-n] [-l length] usage: pash [add|del|show|list] [name] [-n,-q,-c] [-l length]
-n Limit passwords to alphanumeric characters. -n Limit passwords to alphanumeric characters.
-l length Length of generated passwords. -l length Length of generated passwords.
-c Copy password to clipboard.
-q Don't print password to stdout. -q Don't print password to stdout.
-h Print this message. -h Print this message.
-v Show version. -v Show version.