password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit a9a40d195b466cb8dc95b226f20e3974f017e9fa
parent 82992e177c284d51170fad92438e4cf3a416360e
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Sun,  7 Oct 2012 13:48:13 +0200

Rename script internally and use generalized usage message filename.

Diffstat:
Mcontrib/lastpass2pass.rb | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/lastpass2pass.rb b/contrib/lastpass2pass.rb @@ -36,7 +36,7 @@ # Fire up a terminal and run the script, passing the file you saved as an argument. # It should look something like this: # -# ./lastpass_importer.rb path/to/passwords_file +# ./lastpass2pass.rb path/to/passwords_file # Set this variable to place all uncategorised records into a particular group @@ -69,7 +69,7 @@ end # Check for a filename if ARGV.empty? - puts "Usage: lastpass_importer.rb <file> import records from specified file" + puts "Usage: #{$0} <file> import records from specified file" exit 0 end