_build/generate-phpdoc.sh: Fix output formatting

This commit is contained in:
Daniel Rudolf 2015-12-07 15:57:00 +01:00
parent 93f7aaad8b
commit d9788c12e4

View file

@ -18,7 +18,7 @@ echo
# update a separate phpDoc cache
if [ "$PHPDOC_CACHE_DIR" != "-" ]; then
# parse phpDoc files (i.e. update cache)
printf "\nUpdate phpDoc cache...\n"
printf "Update phpDoc cache...\n"
phpdoc project:parse --config "$PHPDOC_CONFIG" \
--target "$PHPDOC_CACHE_DIR"