From c94a4a2b13e7dc9611674375161c2e288b966dec Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 24 Feb 2019 23:49:19 +0200 Subject: [PATCH] docs: update --- pash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pash b/pash index 0628718..409823b 100755 --- a/pash +++ b/pash @@ -10,7 +10,7 @@ pw_add() { [[ $OSTYPE == linux* ]] && check_entropy - generate_password + pw_gen ;; *) read -rsp "Enter password: " password ;; @@ -51,7 +51,7 @@ pw_list() { printf '%s\n' "${pw_files[@]//.gpg}" } -generate_password() { +pw_gen() { # Grab '$length' number of lines from '/dev/urandom'. # '$length' also controls the generated password length. # This is a simple way to ensure that pash grabs enough