Mention new type for show command
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Aug 2009 08:35:44 +0000 (10:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Aug 2009 08:35:44 +0000 (10:35 +0200)
zoom/zoomsh.c

index 363b1e0..4954a92 100644 (file)
@@ -471,7 +471,7 @@ static void cmd_help(ZOOM_connection *c, ZOOM_resultset *r,
 {
     printf("connect <zurl>\n");
     printf("search <pqf>\n");
 {
     printf("connect <zurl>\n");
     printf("search <pqf>\n");
-    printf("show [<start> [<count>]\n");
+    printf("show [<start> [<count> [<type]]]\n");
     printf("scan <term>\n");
     printf("quit\n");
     printf("close <zurl>\n");
     printf("scan <term>\n");
     printf("quit\n");
     printf("close <zurl>\n");