From a09953de4d43b33ae68b963ee0ed3d5a93401c8e Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 9 Aug 2021 22:17:58 +0200 Subject: [PATCH] change: spelling bytes with lower case --- help.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"); } -- 2.39.5