From: Jim Meyering Date: Sat, 20 Dec 2003 11:32:32 +0000 (+0000) Subject: (root-hint): Tweak wording. X-Git-Tag: v5.1.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce2ec20ca3faf51e5f2f3229366a9ed44739d1eb;p=thirdparty%2Fcoreutils.git (root-hint): Tweak wording. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index e94c61371b..94ae815ca0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 '***********************************************************'