diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index 239013bb540aaa814d86dd2c884d99485746f840..99910e79dbb899f1ed3c04c11c6fd4beac8f7fe0 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -43,7 +43,9 @@ then
         echo ""
         echo "http://builds-artifacts.piwik.org/$artifacts_folder/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html"
         echo ""
-        echo "If the new screenshots are valid, then you can copy them over to tests/UI/expected-ui-screenshots/."
+        echo "If the new screenshots are valid, then you can copy them over to tests/UI/expected-ui-screenshots/ with command:"
+        echo ""
+        echo "./console development:sync-ui-test-screenshots $TRAVIS_JOB_NUMBER"
         echo ""
 
         if [ -n "$PLUGIN_NAME" ]