Index: trunk/Ohana/src/opihi/pantasks/init.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/init.c	(revision 2598)
+++ trunk/Ohana/src/opihi/pantasks/init.c	(revision 3140)
@@ -7,5 +7,5 @@
 int task_command    PROTO((int, char **));
 int task_periods    PROTO((int, char **));
-int schedule        PROTO((int, char **));
+int run             PROTO((int, char **));
 
 static Command cmds[] = {  
@@ -16,5 +16,5 @@
   {"command",   task_command, "define executed command for a task"},
   {"periods",   task_periods, "define time scales for a task"},
-  {"schedule",  schedule,     "schedule the tasks"},
+  {"run",       run,          "run the scheduler"},
 }; 
 
