Long line converted to seperated short lines
authorRoland Häder <roland@mxchange.org>
Sun, 17 Aug 2008 11:45:22 +0000 (11:45 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 17 Aug 2008 11:45:22 +0000 (11:45 +0000)
pdepend.sh

index c6680b3eb3d3ace39b91c9df05563ae83cc1e7fb..91852371d50212a01fe01a24c92a3c1b2393f407 100755 (executable)
@@ -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 .