summaryrefslogtreecommitdiff
path: root/import/omnibus.to_lorry
diff options
context:
space:
mode:
Diffstat (limited to 'import/omnibus.to_lorry')
-rwxr-xr-ximport/omnibus.to_lorry3
1 files changed, 2 insertions, 1 deletions
diff --git a/import/omnibus.to_lorry b/import/omnibus.to_lorry
index df579b9f..ed2e552d 100755
--- a/import/omnibus.to_lorry
+++ b/import/omnibus.to_lorry
@@ -44,8 +44,9 @@ class OmnibusLorryGenerator < Importer::Base
parsed_arguments = opts.parse!(arguments)
if parsed_arguments.length != 2
+ STDERR.puts "Expected 2 arguments, got #{parsed_arguments}."
opts.parse(['-?'])
- exit 1
+ exit 255
end
definitions_and_project, software_name = parsed_arguments