mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Rename mbox import script
This commit is contained in:
parent
edbc004a9a
commit
efa265cbc8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
if ARGV.length != 1 || !File.exists?(ARGV[0])
|
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."
|
STDERR.puts '', "Use the settings file from #{File.expand_path('mbox/settings.yml', File.dirname(__FILE__))} as an example."
|
||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
Loading…
Add table
Add a link
Reference in a new issue