projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d754c4d
)
Add help for facets
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 21 Jul 2010 09:45:14 +0000
(11:45 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 21 Jul 2010 09:45:14 +0000
(11:45 +0200)
zoom/zoomsh.c
patch
|
blob
|
history
diff --git
a/zoom/zoomsh.c
b/zoom/zoomsh.c
index
357890b
..
8469ce4
100644
(file)
--- a/
zoom/zoomsh.c
+++ b/
zoom/zoomsh.c
@@
-556,6
+556,7
@@
static void cmd_help(ZOOM_connection *c, ZOOM_resultset *r,
printf("connect <zurl>\n");
printf("search <pqf>\n");
printf("show [<start> [<count> [<type]]]\n");
+ printf("facets\n");
printf("scan <term>\n");
printf("quit\n");
printf("close <zurl>\n");
@@
-581,6
+582,7
@@
static void cmd_help(ZOOM_connection *c, ZOOM_resultset *r,
printf(" charset\n");
printf(" lang\n");
printf(" timeout\n");
+ printf(" facets\n");
}
static void cmd_connect(ZOOM_connection *c, ZOOM_resultset *r,