Index: trunk/Ohana/src/opihi/pantasks/init.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/init.c	(revision 10997)
+++ trunk/Ohana/src/opihi/pantasks/init.c	(revision 11084)
@@ -15,4 +15,5 @@
 int run             PROTO((int, char **));
 int stop            PROTO((int, char **));
+int halt            PROTO((int, char **));
 int pulse           PROTO((int, char **));
 int status_sys      PROTO((int, char **));
@@ -38,5 +39,6 @@
   {"stderr",     task_stderr,  "define a file for the job stderr dump"},
   {"run",        run,          "run the scheduler"},
-  {"stop",       stop,         "stop the scheduler"},
+  {"stop",       stop,         "stop the scheduler (continue job harvesting)"},
+  {"halt",       halt,         "halt the scheduler (no job harvesting)"},
   {"pulse",      pulse,        "set the scheduler update period"},
   {"status",     status_sys,   "get system status"},
