DataObjects/core.sql
[Pman.Core] / Cli.php
diff --git a/Cli.php b/Cli.php
index a0fe264..461ab1b 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -2,6 +2,8 @@
 /*
 
 Help file for cli in this directory.
+
+
 */
 
 
@@ -12,6 +14,8 @@ class Pman_Core_Cli
     {
         return false;
     }
+    
+    
     function help($cli)
     {
         echo "
@@ -29,7 +33,7 @@ class Pman_Core_Cli
 
     
     $cli Core/RunGenerator/COMPONENT pman.ini,COMPONENT.readers.js,...
-
+    $cli Core/RunGenerator/COMPONENT _all_
     Runs the generator for a project (NOTE - runs all the SQL updates)
     - Changes the files.
 
@@ -47,6 +51,10 @@ class Pman_Core_Cli
     
     Runs the notification tool - should be run every minute ideally.
     Sends out emails to anyone in the notification list.
+    
+    /etc/cron.d/pman-core-notify
+     * *  * * *     www-data     /usr/bin/php /home/gitlive/web.mtrack/admin.php  Core/Notify > /dev/null
+    
         
 ";