(root-hint): Tweak wording.
authorJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 11:32:32 +0000 (11:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 11:32:32 +0000 (11:32 +0000)
tests/Makefile.am

index e94c613..94ae815 100644 (file)
@@ -45,8 +45,7 @@ evar-check:
 
 # Advertise `check-root' target.
 root-hint:
-       @echo '********************************************'
-       @echo "NOTICE: Some tests will or might need to be"
-       @echo "        run as root. Do \`make check-root'"
-       @echo "        as \`root' to run just these tests."
-       @echo '********************************************'
+       @echo '***********************************************************'
+       @echo "NOTICE: Some tests may be run only as root."
+       @echo "  Do \`make check-root' as \`root' to run these tests."
+       @echo '***********************************************************'