From cf6e1d1bc47484db043cc01152a5a0a8c04a9185 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 25 Feb 2019 22:27:48 +0200 Subject: [PATCH] docs: update --- README.md | 4 ++-- pash | 2 +- pash.1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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]