make help text slightly nicer

This commit is contained in:
Jon Rowe 2010-05-17 18:05:43 +01:00
parent a31a0cf28a
commit c6703f08a1

View file

@ -30,5 +30,5 @@ if orm && strategy
DatabaseCleaner.strategy = strategy.to_sym
else
raise "Run 'ORM=activerecord|datamapper|mongomapper|couchpotato STRATEGY=transaction|truncation cucumber examples/features'"
raise "Run 'ORM=activerecord|datamapper|mongomapper|couchpotato [ANOTHER_ORM=activerecord|datamapper|mongomapper|couchpotato] STRATEGY=transaction|truncation cucumber examples/features'"
end