diff --git a/Makefile b/Makefile index 437ac50aec1..dca8c6bea75 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,9 @@ help: @echo "publish" @echo " Publish the dist/cakephp-VERSION.zip to github." @echo "" + @echo "components" + @echo " Split each of the public namespaces into separate repos and push the to github." + @echo "" @echo "test" @echo " Run the tests for CakePHP." @echo ""