From f8be41e5b87f52db7f17dd4bc041115968773d90 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 17 Sep 2014 01:26:49 +0900 Subject: [PATCH] document --pre --- lib/motion/command/update.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/motion/command/update.rb b/lib/motion/command/update.rb index 7c9b4a2a..3728cfdb 100644 --- a/lib/motion/command/update.rb +++ b/lib/motion/command/update.rb @@ -33,6 +33,7 @@ module Motion; class Command def self.options [ ['--check', 'Only check whether or not a newer version is available'], + ['--pre', 'Install pre-releases of RubyMotion'], ['--cache-version=VERSION', 'Install a specific RubyMotion version'], ].concat(super) end