Index: trunk/Ohana/src/opihi/cmd.data/box.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/box.c	(revision 27790)
+++ trunk/Ohana/src/opihi/cmd.data/box.c	(revision 34749)
@@ -149,4 +149,30 @@
  usage:
   gprint (GP_ERR, "USAGE: box [-ticks NNNN] [-axis NNNN] [-labels NNNN]\n");
+
+  gprint (GP_ERR, "  additional options:\n");
+  gprint (GP_ERR, "  -fn (font) (size) : set font used for box\n");
+  gprint (GP_ERR, "  -lw (weight) : set box line weight\n");
+  gprint (GP_ERR, "  -c (color) : set box color\n");
+  gprint (GP_ERR, "  \n");
+  gprint (GP_ERR, "  for the descriptions below:\n");
+  gprint (GP_ERR, "    -x refers to the bottom x-axis, \n");
+  gprint (GP_ERR, "    -y refers to the left y-axis, \n");
+  gprint (GP_ERR, "    +x refers to the top x-axis, \n");
+  gprint (GP_ERR, "    +y refers to the right y-axis, \n");
+  gprint (GP_ERR, "  \n");
+  gprint (GP_ERR, "  -ticks [NNNN]  : turn on (1), off (0), or use default for ticks\n");
+  gprint (GP_ERR, "  -labels [NNNN] : turn on (1), off (0), or use default for label\n");
+  gprint (GP_ERR, "  -axis [NNNN]   : turn on (1), off (0), or use default for axis\n");
+  gprint (GP_ERR, "    the order for the NNNN values in the above options is: -x, -y, +x, +y\n");
+  gprint (GP_ERR, "  \n");
+  gprint (GP_ERR, "  -tickpad : set the spacing between the ticks and the tick text \n");
+  gprint (GP_ERR, "  \n");
+  gprint (GP_ERR, "  the following set the spacing between the label and the given axis:\n");
+  gprint (GP_ERR, "    -labelpadx, -labelpady, +labelpadx, +labelpady\n");
+  gprint (GP_ERR, "  \n");
+  gprint (GP_ERR, "  -pad : set the spacing between the plot section boundary and the axes\n");
+  gprint (GP_ERR, "         alternatively, set each axis independently with:\n");
+  gprint (GP_ERR, "        -xpad, -ypad, +xpad, +ypad\n");
+
   return (FALSE);
 }
