spm

Personal fork of spm (simple password manager)

commit 67ccb7b6cadda5ffa79c931eba155465d4a7c3b7
parent a8ac480e0153cd45af46d650a113ae5a7ead7d07
Author: nmeum <git-nmeum@8pit.net>
Date: Tue, 25 Mar 2014 16:08:01 +0100

Move the ENVIORMENT section of the man page up

man-pages(7) suggests this order.
1 file changed, 10 insertions(+), 10 deletions(-)
M
README.pod
|
20
++++++++++----------
diff --git a/README.pod b/README.pod
@@ -26,27 +26,27 @@ Decrypt and print the password of a specified entry to STDOUT.
 
 =back
 
-=head1 FILES
+=head1 ENVIRONMENT
 
 =over 4
 
-=item ~/.password-store
+=item TPM_STORE_DIR
 
-The default storage directory.
+The storage directory (default: ~/.password-store).
 
-=back
+=item TPM_STORE_KEY
 
-=head1 ENVIRONMENT VARIABLES
+GPG key to encrypt files with (default: self).
 
-=over 4
+=back
 
-=item TPM_STORE_DIR
+=head1 FILES
 
-The storage directory (default: ~/.password-store).
+=over 4
 
-=item TPM_STORE_KEY
+=item ~/.password-store
 
-GPG key to encrypt files with (default: self).
+The default storage directory.
 
 =back