diff --git a/README.md b/README.md index 4e0b155..002ee78 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Examples: `pash add web/gmail`, `pash list`, `pash del google`, `pash show githu ``` SYNOPSIS -pash [ add|del|show|list ] [name] [ -ncqhv ] [ -l length ] +pash [ add|del|show|list ] [name] [ -ncqthv ] [ -l length ] COMMANDS @@ -42,11 +42,11 @@ COMMANDS OPTIONS --t Print list output as a tree. −c Copy password to clipboard. −l Length of generated passwords. −n Limit passwords to alphanumeric characters. −q Don't print password to stdout. +-t Print list output as a tree. −h Show usage and exit. −v Show version and exit. ``` diff --git a/pash b/pash index 2d058ac..68ce7b6 100755 --- a/pash +++ b/pash @@ -112,7 +112,7 @@ copy() { usage() { printf '%s' "\ pash - simple password manager. -usage: pash [add|del|show|list] [name] [-n,-q,-c] [-l length] +usage: pash [add|del|show|list] [name] [flags] -c Copy password to clipboard. -l length Length of generated passwords. diff --git a/pash.1 b/pash.1 index 0a47c24..90e21e6 100644 --- a/pash.1 +++ b/pash.1 @@ -7,7 +7,7 @@ pash \- simple pasword manager .B pash [\fBadd|del|show|list\fR] [name] -[\fB-ncqhv\fR] +[\fB-cnqthv\fR] [\fB-l\fR length]