mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 22:43:28 +08:00
fix 'motion update --pre' to show a reference to 'motion changelog --pre' at the end of the command
This commit is contained in:
@@ -160,7 +160,7 @@ module Motion; class Command
|
||||
end
|
||||
$stderr.puts line
|
||||
end
|
||||
$stderr.puts '(Run `motion changelog` to view all changes.)'
|
||||
$stderr.puts '(Run `motion changelog' + (@prerelease_mode ? ' --pre' : '') + '` to view all changes.)'
|
||||
end
|
||||
|
||||
FileUtils.rm_rf Motion::Project::Builder.common_build_dir
|
||||
|
||||
Reference in New Issue
Block a user