From 16360f53d7035a184e56bd9a04968a24014350b0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 26 May 2015 08:40:08 -0400 Subject: README: Add new usage example. --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') 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 -- cgit v1.2.3