IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39283 for trunk


Ignore:
Timestamp:
Dec 17, 2015, 11:22:28 AM (11 years ago)
Author:
eugene
Message:

fix some help info

Location:
trunk/Ohana/src/opihi
Files:
2 edited

Legend:

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

    r38441 r39283  
    265265    gprint (GP_ERR, "      K : 8 byte int\n");   
    266266    gprint (GP_ERR, "      D : 4 byte float\n");   
    267     gprint (GP_ERR, "      F : 1 byte float\n");   
     267    gprint (GP_ERR, "      E : 8 byte float\n");   
    268268    gprint (GP_ERR, "   -h : this help listing\n");
    269269    gprint (GP_ERR, "   --h : this help listing\n");
  • trunk/Ohana/src/opihi/dvo/remote.c

    r35416 r39283  
    2525    gprint (GP_ERR, "  options:\n");
    2626    gprint (GP_ERR, "  -v : verbose mode:\n");
     27    gprint (GP_ERR, "  -skip-result : do not try to read from the result file\n");
    2728    gprint (GP_ERR, "OR:    remote -reload (uniquer)\n");
    2829    gprint (GP_ERR, "OR:    remote -get-results (uniquer)\n");
Note: See TracChangeset for help on using the changeset viewer.