build: s/\t/ /

This commit is contained in:
Gregory Hainaut 2015-11-05 18:24:16 +01:00
parent 41081e1b40
commit fa487474d2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ for ARG in "$@"; do
echo
echo "** Quality & Assurance (Please install the external tool) **"
echo "--asan : Enable Address sanitizer"
echo "--cppcheck : Do a cppcheck analysis. Results can be found in build directory"
echo "--cppcheck : Do a cppcheck analysis. Results can be found in build directory"
echo "--coverity : Do a build for coverity"
exit 1