From: Piotrek Zadroga Date: Tue, 17 Jun 2025 07:48:22 +0000 (+0200) Subject: [#3940] man doc update X-Git-Tag: Kea-3.0.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9937306abda403f9a6c4fc5017613e9f5e3d75b3;p=thirdparty%2Fkea.git [#3940] man doc update --- diff --git a/doc/sphinx/man/kea-shell.8.rst b/doc/sphinx/man/kea-shell.8.rst index d818f908db..0061c1f61c 100644 --- a/doc/sphinx/man/kea-shell.8.rst +++ b/doc/sphinx/man/kea-shell.8.rst @@ -16,7 +16,7 @@ Synopsis ~~~~~~~~ -:program:`kea-shell` [**-h**] [**-v**] [**--host**] [**--port**] [**--path**] [**--ca**] [**--cert**] [**--key**] [**--auth-user**] [**--auth-password**] [**--timeout**] [**--service**] [command] +:program:`kea-shell` [**-h**] [**-v**] [**--host**] [**--port**] [**--path**] [**--ca**] [**--cert**] [**--key**] [**--auth-user**] [**--auth-password**] [**--auth-password-file**] [**--timeout**] [**--service**] [command] Description ~~~~~~~~~~~ @@ -73,6 +73,12 @@ The arguments are as follows: ``--auth-password`` Specifies the password for basic HTTP authentication. If not specified but the user ID is specified, an empty password is used. + If used together with ``--auth-password-file``, it is disregarded. + +``--auth-password-file`` + Specifies a file which first line will be read to retrieve + the password for basic HTTP authentication. This flag takes precedence + over ``--auth-password`` flag. ``--timeout`` Specifies the connection timeout, in seconds. The default is 10.