IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42513


Ignore:
Timestamp:
Aug 17, 2023, 4:26:00 PM (3 years ago)
Author:
eugene
Message:

merging from trunk: improve opihi box help info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/box.c

    r41379 r42513  
    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.