Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 21537)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 21541)
@@ -134,5 +134,4 @@
   {1, "box",          box,              "draw a box on the plot"},
   {1, "buffers",      list_buffers,     "list the currently allocated buffers (images)"},
-  {1, "images",       list_buffers,     "list the currently allocated images"},
   {1, "center",       center,           "center image on coords"},
   {1, "circstats",    circstats,        "circular statistics"},
Index: trunk/Ohana/src/opihi/dvo/init.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/init.c	(revision 21537)
+++ trunk/Ohana/src/opihi/dvo/init.c	(revision 21541)
@@ -35,5 +35,4 @@
 int imrough         PROTO((int, char **));
 int imsearch        PROTO((int, char **));
-int imstats         PROTO((int, char **));
 int lcat            PROTO((int, char **));
 int lcurve          PROTO((int, char **));
@@ -86,5 +85,4 @@
   {1, "imrough",     imrough,      "get info from imruf database"},
   {1, "imsearch",    imsearch,     "get info from imreg database"},
-  {1, "imstats",     imstats,      "plot image statistics"},
   {1, "lcat",        lcat,         "list catalogs in region"},
   {1, "lcurve",      lcurve,       "plot lightcurve for a star"},
@@ -104,4 +102,5 @@
   {1, "subpix",      subpix,       "get subpixel positions"},
   {1, "version",     version,      "show version information"},
+//{1, "imstats",     imstats,      "plot image statistics"},
 //{1, "addxtra",     addxtra,      "add extra data to object"},
 //{1, "getxtra",     getxtra,      "get extra data from object"},
