Mercurial > libpst
comparison src/readpst.c @ 238:410b6422d65b
fix --help usage; readpstlog is gone
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 13 Sep 2009 10:49:12 -0700 |
parents | 093e0e9248bb |
children | aa50c23a6935 |
comparison
equal
deleted
inserted
replaced
237:568b9ef02a56 | 238:410b6422d65b |
---|---|
644 printf("\t-D\t- Include deleted items in output\n"); | 644 printf("\t-D\t- Include deleted items in output\n"); |
645 printf("\t-M\t- MH. Write emails in the MH format\n"); | 645 printf("\t-M\t- MH. Write emails in the MH format\n"); |
646 printf("\t-S\t- Separate. Write emails in the separate format\n"); | 646 printf("\t-S\t- Separate. Write emails in the separate format\n"); |
647 printf("\t-b\t- Don't save RTF-Body attachments\n"); | 647 printf("\t-b\t- Don't save RTF-Body attachments\n"); |
648 printf("\t-c[v|l]\t- Set the Contact output mode. -cv = VCard, -cl = EMail list\n"); | 648 printf("\t-c[v|l]\t- Set the Contact output mode. -cv = VCard, -cl = EMail list\n"); |
649 printf("\t-d <filename> \t- Debug to file. This is a binary log. Use readpstlog to print it\n"); | 649 printf("\t-d <filename> \t- Debug to file.\n"); |
650 printf("\t-h\t- Help. This screen\n"); | 650 printf("\t-h\t- Help. This screen\n"); |
651 printf("\t-j <integer>\t- Number of parallel jobs to run\n"); | 651 printf("\t-j <integer>\t- Number of parallel jobs to run\n"); |
652 printf("\t-k\t- KMail. Output in kmail format\n"); | 652 printf("\t-k\t- KMail. Output in kmail format\n"); |
653 printf("\t-o <dirname>\t- Output directory to write files to. CWD is changed *after* opening pst file\n"); | 653 printf("\t-o <dirname>\t- Output directory to write files to. CWD is changed *after* opening pst file\n"); |
654 printf("\t-q\t- Quiet. Only print error messages\n"); | 654 printf("\t-q\t- Quiet. Only print error messages\n"); |