From 41d0aed0e6c7a02ea3f5c556912f4ce9ed466dee Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 25 Dec 2022 20:03:08 +0100 Subject: [PATCH] Add information about creating client with given public key --- scripts/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index a9fffe9..fe928c4 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -66,6 +66,7 @@ case "$1" in echo echo "ls List server and clients sorted by creation date" echo "add Add new client" + echo " If optional PUBLIC key is provided, a new client with given public key will be registered." echo "rm Remove client by ID" echo "show Show client config with qrcode" echo "init Initialize service by creating config files"