spm

Personal fork of spm (simple password manager)

commit 0dcf97b7b510733d0e43eedeccd119e13583350b
parent 894229c7468a042160d833e3e3c232d14c266d37
Author: nmeum <git-nmeum@8pit.net>
Date: Tue, 25 Mar 2014 16:20:26 +0100

Remove commands section from man page
1 file changed, 8 insertions(+), 16 deletions(-)
M
README.pod
|
24
++++++++----------------
diff --git a/README.pod b/README.pod
@@ -9,22 +9,14 @@ B<tpm> [ I<COMMAND> ] [ I<ENTRY> ]
 =head1 DESCRIPTION
 
 tpm is a tiny shell script which is heavily inspired by pass(1) and uses
-gpg2(1) to securely store your passwords. Invoking tpm consists of specifying
-a command, either insert or show, and supplying one entry as a target.
-
-=head1 COMMANDS
-
-=over 4
-
-=item insert
-
-Create a new entry and read the corresponding password from STDIN.
-
-=item show
-
-Decrypt and print the password of a specified entry to STDOUT.
-
-=back
+gpg2(1) to securely store your passwords. Invoking tpm consists of
+specifying a command, either I<insert> or I<show>, and supplying one
+entry as a target.
+
+If I<insert> is specified as a command tpm will create a new entry and
+read the corresponding password from STDIN. If you specify I<show> as a
+command tpm will print the password of the corresponding entry to
+STDOUT.
 
 =head1 ENVIRONMENT