From: Adam Dickmeiss Date: Fri, 28 Aug 2009 08:35:44 +0000 (+0200) Subject: Mention new type for show command X-Git-Tag: v3.0.48~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1d20ff81983715581b6a2cbed74878dd40895985;ds=sidebyside Mention new type for show command --- diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index 363b1e0..4954a92 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -471,7 +471,7 @@ static void cmd_help(ZOOM_connection *c, ZOOM_resultset *r, { printf("connect \n"); printf("search \n"); - printf("show [ []\n"); + printf("show [ [ [\n"); printf("quit\n"); printf("close \n");