small pixel drawing of a pufferfish pa

Minor wording corrections
Jes Olson j3s@c3f.net
Thu, 29 Dec 2022 12:43:09 -0800
commit

ec75229193ce9cf545e168374f6d115d294b3a62

parent

3a58420218502ea4f4268a8f4f8063efa17f9eff

1 files changed, 5 insertions(+), 6 deletions(-)

jump to
M papa

@@ -44,10 +44,9 @@

[ -f "$name.age" ] || die "Failed to access $name" - # we use /dev/shm because it's an in-memory - # space that we can use to store private data, - # and securely wipe it without worrying about - # residual badness + # Use /dev/shm because it's an in-memory + # space that we can use to store private data + # & securely wipe it [ -d /dev/shm ] || die "Failed to access /dev/shm"

@@ -224,10 +223,10 @@ glob "$1" '[ades]*' && [ -z "$2" ] &&

die "Missing [name] argument" glob "$1" '[des]*' && [ ! -f "$2.age" ] && - die "Pass file '$2' doesn't exist" + die "Password '$2' doesn't exist" glob "$1" 'a*' && [ -f "$2.age" ] && - die "Pass file '$2' already exists" + die "Password '$2' already exists" glob "$2" '*/*' && glob "$2" '*../*' && die "Category went out of bounds"