From: Adam Dickmeiss Date: Sun, 10 Dec 2006 21:02:28 +0000 (+0000) Subject: More appropriate usage X-Git-Tag: ZEBRA.2.0.8~41 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=c400342b100d11a62454aca4e4568ea67c858ad6;p=idzebra-moved-to-github.git More appropriate usage --- diff --git a/isamb/benchindex1.c b/isamb/benchindex1.c index 1a9cb88..4b42b8d 100644 --- a/isamb/benchindex1.c +++ b/isamb/benchindex1.c @@ -1,4 +1,4 @@ -/* $Id: benchindex1.c,v 1.1 2006-12-10 21:00:56 adam Exp $ +/* $Id: benchindex1.c,v 1.2 2006-12-10 21:02:28 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -269,7 +269,7 @@ void index_block_add(struct index_block *b, void exit_usage(void) { - fprintf(stderr, "benchindex1 [-z sz]\n"); + fprintf(stderr, "benchindex1 [-m m] [iso2709file]\n"); exit(1); }