From 00c80bba7fd225878cac953d433df162630d6269 Mon Sep 17 00:00:00 2001 From: legatvs Date: Fri, 21 Nov 2008 12:34:05 +0200 Subject: [PATCH] clivepass: Documented new options. Added "historically" to DESCRIPTION. --- clivepass | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/clivepass b/clivepass index 22b9b8a..e318dc7 100755 --- a/clivepass +++ b/clivepass @@ -22,9 +22,6 @@ # Keep it simple. -# TODO: Document --add, --create, --edit and --delete -# TODO: Add history to manual page DESCRIPTION - use warnings; use strict; @@ -260,8 +257,11 @@ clivepass [option]... clivepass is an utility that can be used to create and change passwords for websites used by L. The passwords are encrypted and saved -along with the username information. The access is restricted by using a -passphrase. +along with the username information. Access is restricted by using a +global passphrase. + +Historically, a similar utility, clive-passwd, was part of clive 1.x but +was written in Python instead of Perl. =head1 OPTIONS @@ -277,14 +277,26 @@ Show help and exit. Show version and exit. -=item B<-a --add> +=item B<-c --create> + +Create a new passwd file. See also L. + +=item B<-a --add=>I -Add a new password to the list. +Add a new login with the I. + +=item B<-e --edit=>I + +Change login password for I. =item B<-g --get=>I -Return a decrypted password for the I from the list. -The information is printed to stdout. +Print the decrypted login password for the I +to STDOUT. + +=item B<-d --delete=>I + +Delete the login with the I. =back @@ -292,7 +304,7 @@ The information is printed to stdout. =over 4 -=item % clivepass -a +=item % clivepass -a myusername =item % clivepass -g myusername -- 2.11.4.GIT