Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 40522)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 40545)
@@ -89,4 +89,5 @@
 int medimage_command PROTO((int, char **));
 int mset             PROTO((int, char **));
+int mprint           PROTO((int, char **));
 int needles          PROTO((int, char **));
 int nnet_command     PROTO((int, char **));
@@ -99,5 +100,5 @@
 int point            PROTO((int, char **));
 int ps               PROTO((int, char **));
-int print_vectors    PROTO((int, char **));
+int vprint           PROTO((int, char **));
 int queuelist        PROTO((int, char **));
 int queueload        PROTO((int, char **));
@@ -274,4 +275,5 @@
   {1, "mset",         mset,             "insert a vector in an image"},
   {1, "imset",        mset,             "insert a vector in an image"},
+  {1, "mprint",       mprint,           "print a region of an image"},
   {1, "needles",      needles,          "plot vectors needles"},
   {1, "nnet",         nnet_command,     "Neural Network commands"},
@@ -285,5 +287,6 @@
   {1, "ppm",          jpeg,             "convert display graphic to PPM"},
   {1, "ps",           ps,               "convert display to PostScript"},
-  {1, "print_vectors", print_vectors,   "print a set of vectors"},
+  {1, "print_vectors", vprint,          "print a set of vectors"},
+  {1, "vprint",       vprint,           "print a set of vectors"},
   {1, "queuedelete",  queuedelete,      "delete a queue"},
   {1, "queuedrop",    queuedrop,        "drop values from queue matching a key"},
