diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/lastpass2pass.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 <file> import records from specified file" + puts "Usage: #{$0} <file> import records from specified file" exit 0 end |