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:
2ba3d1d
)
Print ext command in help
author
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 25 Jun 2005 15:42:19 +0000
(15:42 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 25 Jun 2005 15:42:19 +0000
(15:42 +0000)
zoom/zoomsh.c
patch
|
blob
|
history
diff --git
a/zoom/zoomsh.c
b/zoom/zoomsh.c
index
2d59221
..
6d9fce2
100644
(file)
--- a/
zoom/zoomsh.c
+++ b/
zoom/zoomsh.c
@@
-2,7
+2,7
@@
* Copyright (C) 1995-2005, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: zoomsh.c,v 1.35 2005-06-06 12:32:03 adam Exp $
+ * $Id: zoomsh.c,v 1.36 2005-06-25 15:42:19 adam Exp $
*/
/* ZOOM-C Shell */
@@
-406,6
+406,7
@@
static void cmd_help (ZOOM_connection *c, ZOOM_resultset *r,
printf ("scan <term>\n");
printf ("quit\n");
printf ("close <zurl>\n");
+ printf ("ext <type>\n");
printf ("set <option> [<value>]\n");
printf ("get <option>\n");
printf ("\n");