IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 24, 2023, 3:31:48 PM (3 years ago)
Author:
eugene
Message:

better usage message for box; allow string vector concat, concat int vector into new vector yields an int vector; option to calculate stdev in medacc; option to set specified blank value for unmatched entries in reindex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/box.c

    r41379 r42466  
    305305  gprint (GP_ERR, "        -xfminor, -yfminor, +xfminor, +yfminor\n");
    306306  gprint (GP_ERR, "  \n");
    307   gprint (GP_ERR, "  -dmajor : set the major tixk spacing (all axes)\n");
     307  gprint (GP_ERR, "  -dmajor : set the major tick spacing (all axes)\n");
    308308  gprint (GP_ERR, "         alternatively, set each axis independently with:\n");
    309309  gprint (GP_ERR, "        -xdmajor, -ydmajor, +xdmajor, +ydmajor\n");
     
    312312  gprint (GP_ERR, "         alternatively, set each axis independently with:\n");
    313313  gprint (GP_ERR, "        -xflabel, -yflabel, +xflabel, +yflabel\n");
     314  gprint (GP_ERR, "  \n");
     315  gprint (GP_ERR, "  -format : set the format (C-style) for the tick labels (all axes)\n");
     316  gprint (GP_ERR, "         alternatively, set each axis independently with:\n");
     317  gprint (GP_ERR, "        -xformat, -yformat, +xformat, +yformat\n");
    314318
    315319  return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.