bin/clockwork in clockwork-0.5.4 vs bin/clockwork in clockwork-0.5.5

- old
+ new

@@ -2,10 +2,10 @@ STDERR.sync = STDOUT.sync = true require 'clockwork' -usage = "clockwork <clock.rb>" +usage = 'clockwork <clock.rb>' file = ARGV.shift or abort usage file = "./#{file}" unless file.match(/^[\/.]/) require file