fix 'motion update --pre' to show a reference to 'motion changelog --pre' at the end of the command

This commit is contained in:
Laurent Sansonetti
2014-10-07 15:06:14 +02:00
parent 02d278a40f
commit d2e920dd90

View File

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