From a9a40d195b466cb8dc95b226f20e3974f017e9fa Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 7 Oct 2012 13:48:13 +0200 Subject: Rename script internally and use generalized usage message filename. --- contrib/lastpass2pass.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/lastpass2pass.rb') diff --git a/contrib/lastpass2pass.rb b/contrib/lastpass2pass.rb index e886950..399fb20 100755 --- 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 import records from specified file" + puts "Usage: #{$0} import records from specified file" exit 0 end -- cgit v1.2.3-59-g8ed1b