exe/racecarctl in racecar-0.3.1 vs exe/racecarctl in racecar-0.3.2
- old
+ new
@@ -5,8 +5,7 @@
begin
Racecar::Ctl.main(ARGV)
rescue Racecar::Error => e
$stderr.puts "Error: #{e.message}"
- $stderr.puts "Run `racecarctl produce -h` to see valid options"
exit 1
end