improved reindex help

This commit is contained in:
SJ 2015-11-03 21:17:29 +01:00
parent 8bf89488bf
commit d706ea8e5f

View File

@ -25,11 +25,11 @@ int progressbar = 0;
void usage(){
printf("\nusage: reindex \n\n");
printf(" [-c|--config <config file>] \n");
printf(" -f <from id>\n");
printf(" -t <to id>\n");
printf(" -a\n");
printf(" [-p]\n");
printf(" [-c|--config <config file>] Config file to use if not the default\n");
printf(" -f <from id> Start indexing from this id\n");
printf(" -t <to id> Up to this id\n");
printf(" -a Reindex all records\n");
printf(" -p Display progress counters\n");
exit(0);
}