document --pre

This commit is contained in:
Laurent Sansonetti
2014-09-17 01:26:49 +09:00
parent 7a4b5055bf
commit f8be41e5b8

View File

@@ -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