autounmask: tweak --autounmask-write suggestion
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Jan 2013 01:28:34 +0000 (17:28 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Jan 2013 01:28:34 +0000 (17:28 -0800)
pym/_emerge/depgraph.py

index 428d414384331b4b1cf02e321608fb525e06aeb1..96ba871731ed4df0902c996263ce50cdc1b54d34 100644 (file)
@@ -6680,9 +6680,10 @@ class depgraph(object):
                        writemsg("\nAutounmask changes successfully written. Remember to run dispatch-conf.\n", \
                                noiselevel=-1)
                elif not pretend and not autounmask_write and roots:
-                       writemsg("\nUse --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).  " + \
-                               "Always examine the list of proposed changes before continuing with --autounmask-write, " + \
-                               "as these changes may not be safe. \n", \
+                       writemsg("\nUse --autounmask-write to write changes to config files (honoring\n"
+                               "CONFIG_PROTECT). Carefully examine the list of proposed changes,\n"
+                               "paying special attention to mask or keyword changes that may expose\n"
+                               "experimental or unstable packages.\n",
                                noiselevel=-1)