Modified an error message

This commit is contained in:
Sebastian 2010-07-15 12:55:42 -04:00
parent ae5baa22ab
commit 54ccec0c51

View File

@ -102,7 +102,7 @@ fi
print_header() {
if [ ! $HEADER ]; then
echo
echo "** Potential Problems **"
echo "** Potential problems described below **"
HEADER=1
fi
}