Index: trunk/Ohana/src/opihi/cmd.data/queue2book.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/ipptool2book.c	(revision 31853)
+++ trunk/Ohana/src/opihi/cmd.data/queue2book.c	(revision 41284)
@@ -7,5 +7,5 @@
 
 // convert the named queue with ipptool metadata output into book format
-int ipptool2book (int argc, char **argv) {
+int queue2book (int argc, char **argv) {
 
   int i, N, onPage, found, Unique, Nkeys, NKEYS;
@@ -67,5 +67,6 @@
 
   if (argc != 3) {
-    gprint (GP_ERR, "USAGE: ipptool2book (queue) (book) [-uniq] [-key key[:key..]]\n");
+    gprint (GP_ERR, "USAGE: queue2book (queue) (book) [-uniq] [-key key[:key..]]\n");
+    gprint (GP_ERR, "       converts the named queue  with ipptool metadata output into book format\n");
     FREEKEYS;
     return (TRUE);
