printf(" -i <source>\tpath to source file\n");
printf(" -o <prefix>\tprefix for output files\n\n");
printf("Option:\n\n");
- printf(" -b\t\tsize of Bluray: 25.000.000.000 Bytes\n");
- printf(" -9\t\tsize of double layer DVD 8.500.000.000 Bytes\n");
- printf(" -5\t\tsize of sigle layer DVD: 4.700.000.000 Bytes\n");
- printf(" -c\t\tsize of CD: 734.003.200 Bytes\n");
- printf(" -f <size>\tsize in Bytes\n");
+ printf(" -b\t\tsize of Bluray: 25.000.000.000 bytes\n");
+ printf(" -9\t\tsize of double layer DVD 8.500.000.000 bytes\n");
+ printf(" -5\t\tsize of sigle layer DVD: 4.700.000.000 bytes\n");
+ printf(" -c\t\tsize of CD: 734.003.200 bytes\n");
+ printf(" -f <size>\tsize in bytes\n");
printf(" -h\t\tshow this help\n\n");
}