IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2020, 3:51:43 PM (6 years ago)
Author:
eugene
Message:

move ipptool2book from pantasks to general opihi code (rename as queue2book, keep alias ipptool2book)

File:
1 copied

Legend:

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

    r41177 r41284  
    77
    88// convert the named queue with ipptool metadata output into book format
    9 int ipptool2book (int argc, char **argv) {
     9int queue2book (int argc, char **argv) {
    1010
    1111  int i, N, onPage, found, Unique, Nkeys, NKEYS;
     
    6767
    6868  if (argc != 3) {
    69     gprint (GP_ERR, "USAGE: ipptool2book (queue) (book) [-uniq] [-key key[:key..]]\n");
     69    gprint (GP_ERR, "USAGE: queue2book (queue) (book) [-uniq] [-key key[:key..]]\n");
     70    gprint (GP_ERR, "       converts the named queue  with ipptool metadata output into book format\n");
    7071    FREEKEYS;
    7172    return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.