Mercurial > libpst
comparison src/readpst.c @ 104:39ba19372732
many fixes in pst2ldif by Robert Harris
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 09 Oct 2008 12:04:40 -0700 |
parents | 1e4a7610d525 |
children | 7133b39975f7 |
comparison
equal
deleted
inserted
replaced
103:0af0bbe166e1 | 104:39ba19372732 |
---|---|
418 int usage() { | 418 int usage() { |
419 DEBUG_ENT("usage"); | 419 DEBUG_ENT("usage"); |
420 version(); | 420 version(); |
421 printf("Usage: %s [OPTIONS] {PST FILENAME}\n", prog_name); | 421 printf("Usage: %s [OPTIONS] {PST FILENAME}\n", prog_name); |
422 printf("OPTIONS:\n"); | 422 printf("OPTIONS:\n"); |
423 printf("\t-V\t- Version. Display program version\n"); | |
423 printf("\t-C\t- Decrypt (compressible encryption) the entire file and output on stdout (not typically useful)\n"); | 424 printf("\t-C\t- Decrypt (compressible encryption) the entire file and output on stdout (not typically useful)\n"); |
424 printf("\t-D\t- Include deleted items in output\n"); | 425 printf("\t-D\t- Include deleted items in output\n"); |
425 printf("\t-M\t- MH. Write emails in the MH format\n"); | 426 printf("\t-M\t- MH. Write emails in the MH format\n"); |
426 printf("\t-S\t- Separate. Write emails in the separate format\n"); | 427 printf("\t-S\t- Separate. Write emails in the separate format\n"); |
427 printf("\t-V\t- Version. Display program version\n"); | |
428 printf("\t-b\t- Don't save RTF-Body attachments\n"); | 428 printf("\t-b\t- Don't save RTF-Body attachments\n"); |
429 printf("\t-c[v|l]\t- Set the Contact output mode. -cv = VCard, -cl = EMail list\n"); | 429 printf("\t-c[v|l]\t- Set the Contact output mode. -cv = VCard, -cl = EMail list\n"); |
430 printf("\t-d <filename> \t- Debug to file. This is a binary log. Use readpstlog to print it\n"); | 430 printf("\t-d <filename> \t- Debug to file. This is a binary log. Use readpstlog to print it\n"); |
431 printf("\t-h\t- Help. This screen\n"); | 431 printf("\t-h\t- Help. This screen\n"); |
432 printf("\t-k\t- KMail. Output in kmail format\n"); | 432 printf("\t-k\t- KMail. Output in kmail format\n"); |