summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-13 12:50:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-13 12:50:43 +0200
commit91ae0fd85e249a8035a1a1fb99647d8b3fca0a69 (patch)
tree26f92d3d8abf73dc1ecc712b5416415cd1c739be /lib
parente00c62bde48404379d25a8ce2ffc2ce212a811ee (diff)
Update changelog + slight documentation syntax improvement
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Raps2.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/App/Raps2.pm b/lib/App/Raps2.pm
index bc0bea4..6f00351 100644
--- a/lib/App/Raps2.pm
+++ b/lib/App/Raps2.pm
@@ -45,7 +45,7 @@ our $VERSION = '0.1';
=over
-=item $raps2 = App::Raps2->new(%conf)
+=item $raps2 = App::Raps2->new(I<%conf>)
Returns a new B<App::Raps2> object.
@@ -92,7 +92,7 @@ sub create_salt {
return $salt;
}
-=item $raps2->file_to_hash($file)
+=item $raps2->file_to_hash(I<$file>)
Reads $file (lines with key/value separated by whitespace) and returns a hash
with its key/value pairs.
@@ -208,7 +208,7 @@ sub ui {
return $self->{'ui'};
}
-=item $raps2->cmd_add($name)
+=item $raps2->cmd_add(I<$name>)
Adds a new password file called $name.
@@ -249,7 +249,7 @@ sub cmd_add {
);
}
-=item $raps2->cmd_dump($name)
+=item $raps2->cmd_dump(I<$name>)
Dumps the content of $name.
@@ -279,7 +279,7 @@ sub cmd_dump {
}
}
-=item $raps2->cmd_get($name)
+=item $raps2->cmd_get(I<$name>)
Puts the password saved in $name into the X clipboard.
@@ -306,7 +306,7 @@ sub cmd_get {
}
}
-=item $raps2->cmd_info($name)
+=item $raps2->cmd_info(I<$name>)
Prints unencrypted information about $name.