Snap for 9190355 from bdb0b8d3fa4d4442fde0d38193abda49271cdf61 to tm-d4-release

Change-Id: I29909148bae8b307357a5500d5cd383442f39ac2
diff --git a/ktfmt.py b/ktfmt.py
index 88a8002..3d337bb 100755
--- a/ktfmt.py
+++ b/ktfmt.py
@@ -108,8 +108,9 @@
           '**********************************************************************'
       )
       print(
-          'Some Kotlin files are not properly formatted. Run the following command to format them:\n\n'
-      )
+          'Some Kotlin files are not properly formatted. Run the command below to format them.\n'
+          'Note: If you are using the Android Studio ktfmt plugin, make sure to select the '
+          'Kotlinlang style in \'Editor > ktfmt Settings\'.\n')
       script_path = os.path.normpath(__file__)
       incorrect_files = [
           os.path.abspath(file) for file in stdout.decode('utf-8').splitlines()