spm

Personal fork of spm (simple password manager)

commit 6a15e7f3fe5a2b838c23f184d3eb8f191040efb8
parent d831e4c242c21562819d553d525c251503fa482e
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date: Fri, 13 Mar 2015 16:38:14 +0100

Style fixes for man page
1 file changed, 5 insertions(+), 5 deletions(-)
M
README.pod
|
10
+++++-----
diff --git a/README.pod b/README.pod
@@ -23,11 +23,11 @@ display the password for the given entry.
 
 =over 4
 
-=item PASSWORD_STORE_DIR
+=item B<PASSWORD_STORE_DIR>
 
 The storage directory (default: ~/.password-store).
 
-=item PASSWORD_STORE_KEY
+=item B<PASSWORD_STORE_KEY>
 
 GPG key to encrypt files with (default: self).
 

@@ -37,11 +37,11 @@ GPG key to encrypt files with (default: self).
 
 =over 4
 
-=item $PASSWORD_STORE_DIR
+=item I<~/.password-store>
 
-The storage directory.
+The default storage directory.
 
-=item $PASSWORD_STORE_DIR/.gpg-id
+=item I<~/.password-store/.gpg-id>
 
 Provided for compatibility with pass(1). Overwrites $TPM_STORE_KEY.