Add information about creating client with given public key

This commit is contained in:
Paul-Christian Volkmer 2022-12-25 20:03:08 +01:00
parent 1bb1be36f8
commit 41d0aed0e6

View File

@ -66,6 +66,7 @@ case "$1" in
echo echo
echo "ls List server and clients sorted by creation date" echo "ls List server and clients sorted by creation date"
echo "add Add new client" 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 "rm Remove client by ID"
echo "show Show client config with qrcode" echo "show Show client config with qrcode"
echo "init Initialize service by creating config files" echo "init Initialize service by creating config files"