diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-20 22:31:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-20 22:31:43 +0200 |
commit | 11492c5d7ece59a11b80db5f882fc3f5dabc7e87 (patch) | |
tree | 68947fd69fe8164cd2c6210120c716ad8db35610 /bin/raps2 | |
parent | a0210fe918ca6ff9be2a3543134e7265c6f317f2 (diff) |
Release v0.510.51
Diffstat (limited to 'bin/raps2')
-rwxr-xr-x | bin/raps2 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -13,7 +13,7 @@ use Getopt::Long qw(:config no_ignore_case); my ( $default_cost, $no_echo, $paste, $pwgen_cmd ); -our $VERSION = '0.50'; +our $VERSION = '0.51'; GetOptions( 'c|cost=i' => \$default_cost, @@ -271,11 +271,11 @@ raps2 - "Right, Another Password Store" take two =head1 SYNOPSIS -B<raps2> I<action> I<args ...> +B<raps2> [I<options>] I<action> [I<args ...>] =head1 VERSION -This manual documents B<raps2> version 0.50 +This manual documents B<raps2> version 0.51 =head1 DESCRIPTION @@ -386,7 +386,7 @@ zero on success, non-zero otherwise. raps2 saves the master password hash in F<~/.config/raps2/password>. -The configuation (key setup cost and pwgen command) is stored in +The configuration (key setup cost and pwgen command) is stored in F<~/.config/raps2/defaults> in an INI-like format. Additional encrypted passwords are stored in F<~/.local/share/raps2/>. @@ -410,6 +410,8 @@ B<XDG_DATA_HOME> environment variables. =item * File::Slurp +=item * pwgen (if you want C<< raps2 add >> to generate passwords) + =item * xclip (for C<< raps2 get >>) =back |