]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3940] man doc update
authorPiotrek Zadroga <piotrek@isc.org>
Tue, 17 Jun 2025 07:48:22 +0000 (09:48 +0200)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 17 Jun 2025 18:55:08 +0000 (18:55 +0000)
doc/sphinx/man/kea-shell.8.rst

index d818f908db2c59746349ab982f47336aa11728f7..0061c1f61c7338c9e43103f76a09c925b830098a 100644 (file)
@@ -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.