comparison src/pst2ldif.cpp @ 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 42b38d65f7e4
children 67b24d6a45d6
comparison
equal deleted inserted replaced
237:568b9ef02a56 238:410b6422d65b
680 printf("Usage: %s [OPTIONS] {PST FILENAME}\n", prog_name); 680 printf("Usage: %s [OPTIONS] {PST FILENAME}\n", prog_name);
681 printf("OPTIONS:\n"); 681 printf("OPTIONS:\n");
682 printf("\t-V\t- Version. Display program version\n"); 682 printf("\t-V\t- Version. Display program version\n");
683 printf("\t-b ldapbase\t- set the LDAP base value\n"); 683 printf("\t-b ldapbase\t- set the LDAP base value\n");
684 printf("\t-c class\t- set the class of the LDAP objects (may contain more than one)\n"); 684 printf("\t-c class\t- set the class of the LDAP objects (may contain more than one)\n");
685 printf("\t-d <filename>\t- Debug to file. This is a binary log. Use readpstlog to print it\n"); 685 printf("\t-d <filename>\t- Debug to file.\n");
686 printf("\t-h\t- Help. This screen\n"); 686 printf("\t-h\t- Help. This screen\n");
687 printf("\t-l line\t- extra line to insert in the LDIF file for each contact\n"); 687 printf("\t-l line\t- extra line to insert in the LDIF file for each contact\n");
688 printf("\t-o\t- use old schema, default is new schema\n"); 688 printf("\t-o\t- use old schema, default is new schema\n");
689 } 689 }
690 690