]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(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 e94c61371b4ed98ff09ab2ac6435c7a366baa2bc..94ae815ca0f7f837341b2ed2b37a0430f6ff9902 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 '***********************************************************'