From 35b4d2a3d86ae35580cea8fd4f4c01a95916e38f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 24 Feb 2019 22:40:56 +0200 Subject: [PATCH] inital --- pash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pash b/pash index 74cd6df..b713e9f 100755 --- a/pash +++ b/pash @@ -81,10 +81,11 @@ die() { usage() { printf '%s' "\ 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. -l length Length of generated passwords. +-c Copy password to clipboard. -q Don't print password to stdout. -h Print this message. -v Show version.