bin/xcmonkey in xcmonkey-0.1.0 vs bin/xcmonkey in xcmonkey-0.1.1

- old
+ new

@@ -7,10 +7,10 @@ require_relative '../lib/xcmonkey/driver' require_relative '../lib/xcmonkey/version' module Xcmonkey program :version, VERSION - program :description, 'A tool for doing randomised UI testing of iOS apps' + program :description, 'xcmonkey is a tool for doing randomised UI testing of iOS apps' command :test do |c| c.syntax = 'xcmonkey test [options]' c.description = 'Runs monkey test' c.option('-u', '--udid STRING', String, 'Set device UDID')