docs: update
This commit is contained in:
parent
ba1fb58e16
commit
cf6e1d1bc4
|
@ -31,7 +31,7 @@ Examples: `pash add web/gmail`, `pash list`, `pash del google`, `pash show githu
|
||||||
```
|
```
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
|
|
||||||
pash [ add|del|show|list ] [name] [ -ncqhv ] [ -l length ]
|
pash [ add|del|show|list ] [name] [ -ncqthv ] [ -l length ]
|
||||||
|
|
||||||
COMMANDS
|
COMMANDS
|
||||||
|
|
||||||
|
@ -42,11 +42,11 @@ COMMANDS
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
|
||||||
-t Print list output as a tree.
|
|
||||||
−c Copy password to clipboard.
|
−c Copy password to clipboard.
|
||||||
−l Length of generated passwords.
|
−l Length of generated passwords.
|
||||||
−n Limit passwords to alphanumeric characters.
|
−n Limit passwords to alphanumeric characters.
|
||||||
−q Don't print password to stdout.
|
−q Don't print password to stdout.
|
||||||
|
-t Print list output as a tree.
|
||||||
−h Show usage and exit.
|
−h Show usage and exit.
|
||||||
−v Show version and exit.
|
−v Show version and exit.
|
||||||
```
|
```
|
||||||
|
|
2
pash
2
pash
|
@ -112,7 +112,7 @@ copy() {
|
||||||
|
|
||||||
usage() { printf '%s' "\
|
usage() { printf '%s' "\
|
||||||
pash - simple password manager.
|
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.
|
-c Copy password to clipboard.
|
||||||
-l length Length of generated passwords.
|
-l length Length of generated passwords.
|
||||||
|
|
Loading…
Reference in New Issue