tUpdate manpage/README to reflect -r/-p change - safe - password protected secret keeper
HTML git clone git://git.z3bra.org/safe.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4bac7e9631def0fa235cb43c3a4928d5cc8e24e3
DIR parent ac52d5dbb901eb0a7039843b3bd87acd3b2f7d64
HTML Author: Willy Goiffon <dev@z3bra.org>
Date: Fri, 28 Jun 2019 17:28:37 +0200
Update manpage/README to reflect -r/-p change
Diffstat:
M README | 6 ++----
M safe-agent.1 | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
---
DIR diff --git a/README b/README
t@@ -2,9 +2,7 @@
Store your secrets in an encrypted safe, protected by a password.
-## usage
-
- safe [-hp] [-f socket] [[-a] secret]
+## examples
# add a secret to your safe
safe -a my/deepest/secret < cute-kitten.gif
t@@ -18,7 +16,7 @@ Store your secrets in an encrypted safe, protected by a password.
# start a safe agent, export variables to the environment
# and push your key to it
eval $(safe-agent)
- safe -p
+ safe -r
# have the agent forget the key
kill -USR1 $SAFE_PID
DIR diff --git a/safe-agent.1 b/safe-agent.1
t@@ -59,7 +59,7 @@ use it to encrypt/decrypt the stored secrets.
Retrieve a secret from your safe, using the agent
$ eval $(safe-agent)
- $ safe -p
+ $ safe -r
password:
$ safe secret/file > kitten.gif