From ee2262f9606ec717c608fb4944cd4fc62603166b Mon Sep 17 00:00:00 2001 From: fish4terrisa-MSDSM Date: Tue, 9 Jan 2024 05:25:53 -0500 Subject: [PATCH] main: Fixed typo --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index f9fb2281e..5ac2764bd 100644 --- a/src/main.c +++ b/src/main.c @@ -82,7 +82,7 @@ static void print_help() #endif " -k, -kernel ... Load S-mode kernel payload (Linux, U-Boot, etc)\n" " -n, -nvme ... Attach NVMe storage image\n" - " -i, -image ... Attach NVMe storage image (For compatible reasons)\n" + " -i, -image ... Attach NVMe storage image (For compatibility reasons)\n" " -a, -ata ... Attach ATA storage image (Deprecated)\n" " -cmdline ... Override default kernel command line\n" " -append ... Modify kernel command line\n"