summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2015-05-26 08:40:08 -0400
committerDavid Thompson <davet@gnu.org>2015-05-26 08:40:08 -0400
commit16360f53d7035a184e56bd9a04968a24014350b0 (patch)
tree9eaf0e72b10a2721253feaea299aa0c1cf777a40
parentf707a71985658e2bccbc5edd901d3cdc53442f4e (diff)
README: Add new usage example.
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 707e305..77ddc82 100644
--- a/README
+++ b/README
@@ -13,10 +13,13 @@ with a [[gnupg.org][GnuPG]] key.
# Replace an existing secret
shroud hide --replace --id=bank-account --username=foobar --password=hackmepls
- # Show a saved password
+ # Show a saved secret
shroud show bank-account
- # Delete a password
+ # Show just the password
+ shroud show --password bank-account
+
+ # Delete a secret
shroud remove bank-account
#+END_SRC