diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-31 17:38:40 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-31 17:38:40 +0100 |
commit | 58224421073119fe1fcdfd2c005712f22e7284fc (patch) | |
tree | a528d8b1990c387900f0a446b828a48a68062780 | |
parent | a337b9b6ec90a4befb4ed0c82ccf5f6602261efe (diff) |
documant dump-all command
-rw-r--r-- | Changelog | 4 | ||||
-rwxr-xr-x | bin/raps2 | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +git HEAD + + * add dump-all command + App::Raps2 0.53 - Mon Jul 25 2011 * Make xclip command configurable (for chrome users, mostly) @@ -347,6 +347,10 @@ Remove I<account> from the store. Dump everything saved for I<account>, including the clear-text password, to stdout. +=item B<dump-all> + +Dump data for all accounts, including their clear-text passwords, to stdout. + =item B<edit> I<account> Edit saved data for I<account>. Note that editing the multiline "extra" field |