From 11492c5d7ece59a11b80db5f882fc3f5dabc7e87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 20 Jul 2011 22:31:43 +0200 Subject: Release v0.51 --- bin/raps2 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'bin/raps2') diff --git a/bin/raps2 b/bin/raps2 index 33bd0ff..2246f86 100755 --- a/bin/raps2 +++ b/bin/raps2 @@ -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 I I +B [I] I [I] =head1 VERSION -This manual documents B version 0.50 +This manual documents B 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 environment variables. =item * File::Slurp +=item * pwgen (if you want C<< raps2 add >> to generate passwords) + =item * xclip (for C<< raps2 get >>) =back -- cgit v1.2.3