Re-formatting phing help

This commit is contained in:
Kiall Mac Innes 2010-12-09 01:30:54 +00:00
parent f6d48fc058
commit 19c61c7fec

View file

@ -13,8 +13,8 @@
<!-- Shows the help message --> <!-- Shows the help message -->
<target name="help"> <target name="help">
<echo message="USAGE"/> <echo message="General Targets"/>
<echo message="====="/> <echo message="==============="/>
<echo message="phing test Run unit tests."/> <echo message="phing test Run unit tests."/>
<echo message="phing test-log Run unit tests with logging enabled."/> <echo message="phing test-log Run unit tests with logging enabled."/>
<echo message="phing phpcs Run phpcs."/> <echo message="phing phpcs Run phpcs."/>
@ -25,14 +25,17 @@
<echo message="phing pdepend-log Run pdepend with logging enabled."/> <echo message="phing pdepend-log Run pdepend with logging enabled."/>
<echo message="phing phpcb-log Run phpcb with logging enabled."/> <echo message="phing phpcb-log Run phpcb with logging enabled."/>
<echo message=""/> <echo message=""/>
<echo message="Kohana Developer Targets"/>
<echo message="========================"/>
<echo message="phing dev-setup Setup for development on Kohana itself."/> <echo message="phing dev-setup Setup for development on Kohana itself."/>
<echo message="phing git-status Show the git status of each submodule."/> <echo message="phing git-status Show the git status of each submodule."/>
<echo message="phing git-checkout Checkout a branch accross all submodules."/> <echo message="phing git-checkout Checkout a branch accross all submodules."/>
<echo message="phing git-pull Perform a pull for each submodule."/> <echo message="phing git-pull Perform a pull for each submodule."/>
<echo message="phing git-push Perform a push for each submodule."/> <echo message="phing git-push Perform a push for each submodule."/>
<echo message=""/> <echo message=""/>
<echo message="Misc Targets"/>
<echo message="============"/>
<echo message="phing ci Alias task for continuous integration servers"/> <echo message="phing ci Alias task for continuous integration servers"/>
</target> </target>
<!-- Clean up --> <!-- Clean up -->