document --pre

This commit is contained in:
Laurent Sansonetti
2014-09-17 01:26:49 +09:00
committed by Watson
parent 91f6854be9
commit b3a76a79be

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