projects
/
idzebra-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:
842cbb4
)
Fix option -f
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 30 May 2004 18:05:30 +0000
(18:05 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 30 May 2004 18:05:30 +0000
(18:05 +0000)
index/main.c
patch
|
blob
|
history
diff --git
a/index/main.c
b/index/main.c
index
59ecac7
..
5afdd3a
100644
(file)
--- a/
index/main.c
+++ b/
index/main.c
@@
-1,4
+1,4
@@
-/* $Id: main.c,v 1.110 2004-01-22 11:27:21 adam Exp $
+/* $Id: main.c,v 1.111 2004-05-30 18:05:30 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
@@
-258,7
+258,7
@@
int main (int argc, char **argv)
else if (ret == 'g')
res_set(res, "group", arg);
else if (ret == 'f')
- res_set(res, "verboseLimit", arg);
+ res_set(res, "fileVerboseLimit", arg);
else if (ret == 'c')
configName = arg;
else if (ret == 't')