IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2005, 6:01:28 AM (21 years ago)
Author:
eugene
Message:

added user scheduler/controller commands, fixed up I/F issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/check.c

    r4552 r4573  
    1010
    1111  if (argc != 3) {
    12     fprintf (stderr, "USAGE: check job (JobID)\n");
    13     fprintf (stderr, "USAGE: check host (HostID)\n");
     12    fprintf (stdout, "USAGE: check job (JobID)\n");
     13    fprintf (stdout, "USAGE: check host (HostID)\n");
    1414    return (FALSE);
    1515  }
     
    4040  }
    4141
    42   fprintf (stderr, "unknown item to check\n");
     42  fprintf (stdout, "unknown item to check\n");
    4343  return (FALSE);
    4444}
Note: See TracChangeset for help on using the changeset viewer.