mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
Rename mbox import script
This commit is contained in:
parent
edbc004a9a
commit
efa265cbc8
|
@ -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
|
Loading…
Reference in New Issue
Block a user