diff --git a/lib/motion/command/update.rb b/lib/motion/command/update.rb index bb633d55..5b7a6aec 100644 --- a/lib/motion/command/update.rb +++ b/lib/motion/command/update.rb @@ -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