diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-08 19:59:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-08 19:59:47 +0200 |
commit | d15919da44f5fa458a759f251c07677953d12b77 (patch) | |
tree | 472ddab068a848a46da720a5f8b37793313163cb /bin | |
parent | 9744be5349157ebf9fd0686a4e48f2c4e0bd6a2f (diff) |
Release v0.500.50
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/raps2 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -13,7 +13,7 @@ use File::Slurp qw(read_dir); my $raps2 = App::Raps2->new(); my ( $action, @args ) = @ARGV; -our $VERSION = '0.4'; +our $VERSION = '0.50'; sub file_must_exist { my ( $file, $name ) = @_; @@ -204,7 +204,7 @@ B<raps2> I<action> I<args ...> =head1 VERSION -This manual documents B<raps2> version 0.4 +This manual documents B<raps2> version 0.50 =head1 DESCRIPTION @@ -255,6 +255,10 @@ Show information about I<account>, does not require the master password. List all saved accounts with their respective Logins and URLs +=item B<version> + +Show version information + =back =head1 OPTIONS |