From 06d064c1d6ba7a98c32527c0ca865c73fd65458e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 May 2011 10:57:17 +0200 Subject: Add "raps2 del" --- bin/raps2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/raps2') diff --git a/bin/raps2 b/bin/raps2 index aef2b5a..3847457 100755 --- a/bin/raps2 +++ b/bin/raps2 @@ -19,6 +19,7 @@ $raps2->load_config(); given ($action) { when ('add') { $raps2->cmd_add(@args) } + when ('del') { $raps2->cmd_remove(@args) } when ('dump') { $raps2->cmd_dump(@args) } when ('get') { $raps2->cmd_get(@args) } when ('info') { $raps2->cmd_info(@args) } @@ -59,6 +60,10 @@ Adds I to the store. It will ask you for the store's master password, some metadata and the new password and then store them. Note that only the password is encrypted, the metadata is saved as clear-text. +=item B I + +Remove I from the store. + =item B I Dump everything saved for I, including the clear-text password, to -- cgit v1.2.3