comparison src/dumpblocks.c @ 77:87216aefc6df

spelling fixup
author Carl Byington <carl@five-ten-sg.com>
date Sat, 07 Jun 2008 15:53:08 -0700
parents 3cb02cb1e6cd
children 3ec5ad97e926
comparison
equal deleted inserted replaced
76:09d0f592be83 77:87216aefc6df
26 } 26 }
27 if (optind < argc) { 27 if (optind < argc) {
28 file = argv[optind]; 28 file = argv[optind];
29 } else { 29 } else {
30 printf("Usage: dumpblocks [options] pstfile\n"); 30 printf("Usage: dumpblocks [options] pstfile\n");
31 printf("\tcopies the datablocks from the pst file into seperate files\n"); 31 printf("\tcopies the datablocks from the pst file into separate files\n");
32 printf("Options: \n"); 32 printf("Options: \n");
33 printf("\t-o target\tSpecify the output directory\n"); 33 printf("\t-o target\tSpecify the output directory\n");
34 exit(1); 34 exit(1);
35 } 35 }
36 DEBUG_INIT("dumpblocks.log"); 36 DEBUG_INIT("dumpblocks.log");