Index: trunk/Ohana/src/opihi/pantasks/init.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/init.c	(revision 11317)
+++ trunk/Ohana/src/opihi/pantasks/init.c	(revision 12467)
@@ -18,4 +18,5 @@
 int halt            PROTO((int, char **));
 int pulse           PROTO((int, char **));
+int showtask       PROTO((int, char **));
 int status_sys      PROTO((int, char **));
 int kill_job        PROTO((int, char **));
@@ -44,5 +45,6 @@
   {"halt",       halt,         	"halt the scheduler (no job harvesting)"},
   {"pulse",      pulse,        	"set the scheduler update period"},
-  {"status",     status_sys,   	"get system status"},
+  {"showtask",   showtask,   	"list a task"},
+  {"status",     status_sys,   	"get system or task status"},
   {"kill",       kill_job,     	"kill job"},
   {"delete",     delete_job,   	"delete job"},
