Rename mbox import script

This commit is contained in:
Gerhard Schlager 2018-10-30 20:45:47 +01:00
parent edbc004a9a
commit efa265cbc8

View File

@ -1,5 +1,5 @@
if ARGV.length != 1 || !File.exists?(ARGV[0])
STDERR.puts '', 'Usage of mbox importer:', 'bundle exec ruby mbox-experimental.rb <path/to/settings.yml>'
STDERR.puts '', 'Usage of mbox importer:', 'bundle exec ruby mbox.rb <path/to/settings.yml>'
STDERR.puts '', "Use the settings file from #{File.expand_path('mbox/settings.yml', File.dirname(__FILE__))} as an example."
exit 1
end