IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2021, 11:11:59 AM (5 years ago)
Author:
eugene
Message:

add some usage info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/Ohana/src/opihi/cmd.data/tdhistogram.c

    r39233 r41818  
    4545  int valid = (!reuse && (argc == 11)) || (reuse && (argc == 5));
    4646  if (!valid) {
    47     gprint (GP_ERR, "USAGE: tdhistogram buffer x y z (Xmin) (Xmax) (Ymin) (Ymax) (Zmin) (Zmax) [-dx dx] [-dy dy] [-dz dz]\n");
     47    gprint (GP_ERR, "USAGE: tdhistogram buffer x y z (Xmin) (Xmax) (Ymin) (Ymax) (Zmin) (Zmax) [-dx dx] [-dy dy] [-dz dz] [-range range]\n");
    4848    gprint (GP_ERR, "   OR: tdhistogram buffer x y z -reuse\n");
     49    gprint (GP_ERR, "   -dx, -dy, -dy specify the bin size in these directions\n");
     50    gprint (GP_ERR, "   -range : generate an output vector corresponding to the elements in the z-direction\n");
    4951    gprint (GP_ERR, " output buffer is 3D\n");
    5052    return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.