summaryrefslogtreecommitdiff
path: root/contrib/lastpass2pass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lastpass2pass.rb')
-rwxr-xr-xcontrib/lastpass2pass.rb4
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
hers/pass.git/tag/?h=1.6'>1.6Jason A. Donenfeld1-3/+3 2014-04-24dmenu: hide outputJason A. Donenfeld1-1/+1 2014-04-24tests: test for spacesJason A. Donenfeld3-8/+20 2014-04-24Move test instructions to INSTALL.Jason A. Donenfeld2-11/+18 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0