build: Clarify output of 'make help'.

This commit is contained in:
Richard W.M. Jones
2013-03-31 22:54:23 +01:00
parent 72f5a6b004
commit f2b1a01e76

View File

@@ -413,7 +413,7 @@ help:
@echo "make check Run the standard tests"
@echo "make -k check ... and display all errors at once."
@echo
@echo "make extra-tests ... runs all of the following tests:"
@echo "make extra-tests Runs all of the following tests:"
@echo " make check-valgrind Run a subset of the tests under valgrind."
@echo " make check-valgrind-local-guests Test under valgrind using local guests."
@echo " make check-with-appliance Test using appliance attach-method."