]> gitweb.hhaalo.de Git - discspan.git/commitdiff
change: spelling bytes with lower case
authorBastian Dehn <hhaalo@arcor.de>
Mon, 9 Aug 2021 20:17:58 +0000 (22:17 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 9 Aug 2021 20:17:58 +0000 (22:17 +0200)
help.c

diff --git a/help.c b/help.c
index 32d11f111b0c857713beb387bccb9320dc63d25e..eb018f092657f5d73f22c604a659130942056ebf 100644 (file)
--- a/help.c
+++ b/help.c
@@ -7,10 +7,10 @@ void useage()
        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");
 }