fixed the pilerexport utility

This commit is contained in:
SJ
2012-01-08 16:16:00 +01:00
parent bafbbc7fa8
commit b0e4debb12
3 changed files with 130 additions and 33 deletions

View File

@@ -157,7 +157,7 @@ int import_from_maildir(char *directory, struct session_data *sdata, struct __da
void usage(){
printf("usage: pilerimport -e <eml file> -m <mailbox file> -d <directory>\n");
printf("usage: pilerimport [-c <config file>] -e <eml file> | -m <mailbox file> | -d <directory>\n");
exit(0);
}