From 5f5ad6f855072b14a11270cd89445550163be106 Mon Sep 17 00:00:00 2001 From: The TwilightBlood Date: Thu, 13 Jan 2022 23:10:55 +0000 Subject: [PATCH] fix: typo `minmal` -> `minimal` --- src/minimal_overlay/bundles/mll_utils/03_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimal_overlay/bundles/mll_utils/03_installer.sh b/src/minimal_overlay/bundles/mll_utils/03_installer.sh index dd8619b96..0f147e357 100755 --- a/src/minimal_overlay/bundles/mll_utils/03_installer.sh +++ b/src/minimal_overlay/bundles/mll_utils/03_installer.sh @@ -33,7 +33,7 @@ if [ "\$PRINT_HELP" = "true" ] ; then Usage: mll-install DEVICE - DEVICE The device where Minmal Linux Live will be installed. Specify only + DEVICE The device where Minimal Linux Live will be installed. Specify only the name, e.g. 'sda'. The installer will automatically convert this to '/dev/sda' and will exit with warning message if the device does not exist.