mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 02:01:58 +01:00
improved reindex help
This commit is contained in:
parent
8bf89488bf
commit
d706ea8e5f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user