|
|
@ -65,7 +65,7 @@ int main(int argc, char *argv[]) |
|
|
|
* -V: print version and exit |
|
|
|
* -V: print version and exit |
|
|
|
* (default) print stat of only the main DB |
|
|
|
* (default) print stat of only the main DB |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
while ((i = getopt(argc, argv, "Vaefnrs:")) != EOF) { |
|
|
|
while ((i = getopt(argc, argv, "Vaefnrs:v")) != EOF) { |
|
|
|
switch(i) { |
|
|
|
switch(i) { |
|
|
|
case 'V': |
|
|
|
case 'V': |
|
|
|
printf("%s\n", MDB_VERSION_STRING); |
|
|
|
printf("%s\n", MDB_VERSION_STRING); |
|
|
|