From: Bastian Dehn Date: Mon, 9 Aug 2021 20:17:58 +0000 (+0200) Subject: change: spelling bytes with lower case X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=a09953de4d43b33ae68b963ee0ed3d5a93401c8e;p=discspan.git change: spelling bytes with lower case --- diff --git a/help.c b/help.c index 32d11f1..eb018f0 100644 --- a/help.c +++ b/help.c @@ -7,10 +7,10 @@ void useage() printf(" -i \tpath to source file\n"); printf(" -o \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 \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 \tsize in bytes\n"); printf(" -h\t\tshow this help\n\n"); }