IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dmags.c

    r7680 r7917  
    122122
    123123usage:
    124   fprintf (stderr, "USAGE: dmags F - F : F\n");
    125   fprintf (stderr, "    F : any photcodes with matched qualifiers:\n");
    126   fprintf (stderr, "    pri: F:inst, F:cat, F:sys, F:rel, F:cal, F:ave, F:ref\n");
    127   fprintf (stderr, "    sec: F:inst, F:cat, F:sys, F:rel, F:cal, F:ave, F:ref\n");
    128   fprintf (stderr, "    dep: F:inst, F:cat, F:sys, F:rel, F:cal\n");
    129   fprintf (stderr, "    ref: F:cat\n");
     124  gprint (GP_ERR, "USAGE: dmags F - F : F\n");
     125  gprint (GP_ERR, "    F : any photcodes with matched qualifiers:\n");
     126  gprint (GP_ERR, "    pri: F:inst, F:cat, F:sys, F:rel, F:cal, F:ave, F:ref\n");
     127  gprint (GP_ERR, "    sec: F:inst, F:cat, F:sys, F:rel, F:cal, F:ave, F:ref\n");
     128  gprint (GP_ERR, "    dep: F:inst, F:cat, F:sys, F:rel, F:cal\n");
     129  gprint (GP_ERR, "    ref: F:cat\n");
    130130
    131131escape:
Note: See TracChangeset for help on using the changeset viewer.