From aa3c3d05e11925c44f8846c4088d7a1555bd9572 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Tue, 1 Oct 2024 23:38:21 +0200 Subject: [PATCH] Added doc for missing commands --- run.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 218a8a2d..5d1852e1 100644 --- a/run.sh +++ b/run.sh @@ -10,10 +10,14 @@ Usage: $(basename $0) [-f|--foreground] + [-b|--background] + [--no-color] [-h|--help] Where: - --foreground Run Hal Server in the foreground instead of detaching a new screen. + --foreground (Default) Run Hal Server in the foreground instead of detaching a new screen. + --background Run Hal Server in the background through screen. + --no-color Disable color printout on the console. --help Print this help message. " }