Changeset 41284 for trunk/Ohana/src/opihi/cmd.data/queue2book.c
- Timestamp:
- Feb 24, 2020, 3:51:43 PM (6 years ago)
- File:
-
- 1 copied
-
trunk/Ohana/src/opihi/cmd.data/queue2book.c (copied) (copied from trunk/Ohana/src/opihi/pantasks/ipptool2book.c ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/queue2book.c
r41177 r41284 7 7 8 8 // convert the named queue with ipptool metadata output into book format 9 int ipptool2book (int argc, char **argv) {9 int queue2book (int argc, char **argv) { 10 10 11 11 int i, N, onPage, found, Unique, Nkeys, NKEYS; … … 67 67 68 68 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"); 70 71 FREEKEYS; 71 72 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
