docs: update

This commit is contained in:
Dylan Araps 2019-02-25 22:27:48 +02:00
parent ba1fb58e16
commit cf6e1d1bc4
3 changed files with 4 additions and 4 deletions

View File

@ -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.
```

2
pash
View File

@ -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.

2
pash.1
View File

@ -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]