From 8ec346131496618fbde339bdad4e2ab81bd50d7d Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 15 Dec 2022 20:34:49 +0100 Subject: [PATCH] Add information about '--no-forward' option --- scripts/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index a8b82c0..2d596dc 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -64,6 +64,7 @@ case "$1" in echo "rm Remove client by ID" echo "show Show client config with qrcode" echo "init Initialize service by creating config files" + echo " Option '--no-forward' will disable forwarding" echo "purge Remove server config and all client configs" echo "help Show this help message" echo