From 6725e141a7711f910dc063cfb55d2dd93d9ba0ee Mon Sep 17 00:00:00 2001 From: Robert Zaage Date: Sun, 3 Jul 2022 10:05:01 +0200 Subject: [PATCH] Fixed typos --- balong-usbdload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balong-usbdload.c b/balong-usbdload.c index 69ccabe..05b9962 100644 --- a/balong-usbdload.c +++ b/balong-usbdload.c @@ -315,7 +315,7 @@ while ((opt = getopt(argc, argv, "hp:ft:ms:bc")) != -1) { switch (opt) { case 'h': -printf("\n This utility is used for emergency USB loading of devices with the Balong V7 chip\n\n\ +printf("\n This utility is used for emergency USB loading of devices with a Balong V7 chip\n\n\ %s [option] \n\n\ Following options are allowed:\n\n" #ifndef WIN32