From beb3112705485d5ddcae5718609cc4e1ce974fae Mon Sep 17 00:00:00 2001 From: Watson Date: Sun, 22 Feb 2015 20:53:25 +0900 Subject: [PATCH] mention about Android with `motion --help' --- lib/motion/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/command.rb b/lib/motion/command.rb index 192036df..77574934 100644 --- a/lib/motion/command.rb +++ b/lib/motion/command.rb @@ -60,7 +60,7 @@ module Motion self.command = 'motion' self.plugin_prefix = 'motion' - self.description = 'RubyMotion lets you develop native iOS and OS X ' \ + self.description = 'RubyMotion lets you develop native iOS, OS X and Android ' \ 'applications using the awesome Ruby language.' # TODO remove in RM 3.