From: Roland Häder Date: Sun, 17 Aug 2008 11:45:22 +0000 (+0000) Subject: Long line converted to seperated short lines X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5eac03487fe0c01b80e4ab96f149fff99ce47ab3;p=shipsimu.git Long line converted to seperated short lines --- diff --git a/pdepend.sh b/pdepend.sh index c6680b3..9185237 100755 --- a/pdepend.sh +++ b/pdepend.sh @@ -5,4 +5,6 @@ if ! test -e `which pdepend`; then echo "$0: http://www.manuel-pichler.de/pages/pdepend.html for details." fi -pdepend --bad-documentation --ignore=db,docs,ship-simu.org --jdepend-chart=test.png --overview-pyramid=pyramid.png --summary-xml=summary.xml --jdepend-xml=jdepend.xml . +pdepend --bad-documentation --ignore=db,docs,ship-simu.org \ + --jdepend-chart=test.png --overview-pyramid=pyramid.png \ + --summary-xml=summary.xml --jdepend-xml=jdepend.xml .