mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 20:00:12 +01:00
improved reindex help
This commit is contained in:
parent
8bf89488bf
commit
d706ea8e5f
@ -25,11 +25,11 @@ int progressbar = 0;
|
|||||||
|
|
||||||
void usage(){
|
void usage(){
|
||||||
printf("\nusage: reindex \n\n");
|
printf("\nusage: reindex \n\n");
|
||||||
printf(" [-c|--config <config file>] \n");
|
printf(" [-c|--config <config file>] Config file to use if not the default\n");
|
||||||
printf(" -f <from id>\n");
|
printf(" -f <from id> Start indexing from this id\n");
|
||||||
printf(" -t <to id>\n");
|
printf(" -t <to id> Up to this id\n");
|
||||||
printf(" -a\n");
|
printf(" -a Reindex all records\n");
|
||||||
printf(" [-p]\n");
|
printf(" -p Display progress counters\n");
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user