summaryrefslogtreecommitdiff
path: root/import/importer_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'import/importer_base.rb')
-rw-r--r--import/importer_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/importer_base.rb b/import/importer_base.rb
index 820d53c1..4f3d2f51 100644
--- a/import/importer_base.rb
+++ b/import/importer_base.rb
@@ -34,7 +34,7 @@ module Importer
opts.on('-?', '--help', 'print this help') do
puts opts
print "\n", description
- exit 1
+ exit 255
end
end