Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 41341)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 41421)
@@ -36,4 +36,5 @@
 int dimendown        PROTO((int, char **));
 int dimenup          PROTO((int, char **));
+int distribute       PROTO((int, char **));
 int erase            PROTO((int, char **));
 int extract          PROTO((int, char **));
@@ -232,4 +233,5 @@
   {1, "dimendown",    dimendown,        "convert image to vector"},
   {1, "dimenup",      dimenup,          "convert vector to image"},
+  {1, "distribute",   distribute,       "distribute vector values to a collection of vectors by index"},
   {1, "dot",          dot,              "plot a single point"},
   {1, "erase",        erase,            "erase objects on an image overlay"},
