Browse Source

Update help text.

mark_story 13 years ago
parent
commit
28f1b9fa89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -205,7 +205,7 @@
 		<exec command="ssh cakephp@cakephp.org pirum add ${pirum.dir} ${pirum.dir}/${pear.package}.tgz" checkreturn="true" />
 	</target>
 
-	<target name="subtree-split">
+	<target name="subtree-split" description="Split the main repo into subtrees for the -app and -framework repos">
 		<echo msg="Generating app-split subtree branch" />
 		<exec command="git subtree split --prefix App/ --branch app-split" />