diff options
author | David Thompson <davet@gnu.org> | 2015-05-26 08:40:08 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-26 08:40:08 -0400 |
commit | 16360f53d7035a184e56bd9a04968a24014350b0 (patch) | |
tree | 9eaf0e72b10a2721253feaea299aa0c1cf777a40 | |
parent | f707a71985658e2bccbc5edd901d3cdc53442f4e (diff) |
README: Add new usage example.
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |