From 1e47e1e07001cfd5aa047a3f95404e1994dc7f0c Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Mon, 15 Feb 2021 00:20:10 +0200 Subject: [PATCH] Update qemu2deb.sh --- qemu2deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu2deb.sh b/qemu2deb.sh index 5c678c5..93eb229 100644 --- a/qemu2deb.sh +++ b/qemu2deb.sh @@ -54,7 +54,7 @@ function help() { #the --no-check-arch flag echo -e "this script only works on $(tput bold)armhf (32bit ARM)$(tput sgr 0) OS's," echo "to skip checking for the system architecture on startup use the" - echo -e "$(tput bold)$(tput sgr 0) flag." + echo -e "$(tput bold)--no-check-arch$(tput sgr 0) flag." }