From b0ac7c653547b68acba305de5457c2ad4b08c766 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 17 Dec 2023 17:00:30 +0200 Subject: [PATCH] proot-distro: reformat main help message --- proot-distro.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proot-distro.sh b/proot-distro.sh index 0bf6bbb4b..e52fa64e9 100755 --- a/proot-distro.sh +++ b/proot-distro.sh @@ -2735,7 +2735,8 @@ command_help() { msg "${CYAN}command to install it: ${GREEN}${PROGRAM_NAME} install ${RST}" msg msg "${CYAN}Runtime data is stored at this location:${RST}" - msg "${CYAN}${RUNTIME_DIR}${RST}" + msg + msg "${YELLOW} ${RUNTIME_DIR}${RST}" msg msg "${CYAN}If you have issues with proot during installation or login, try${RST}" msg "${CYAN}to set '${GREEN}PROOT_NO_SECCOMP=1${CYAN}' environment variable.${RST}"