commit cf2dba2320a6460dda557ac436b9ae4b34859939 parent 9a7f61b386e8bfa394716c27ebbe049caab48a88 Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 15 Jul 2026 23:46:04 +0200 specify that env variable also works with -m Diffstat:
| M | manpages/challenger-admin.1.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manpages/challenger-admin.1.rst b/manpages/challenger-admin.1.rst @@ -58,7 +58,7 @@ Its options are as follows: Configure logging to write logs to *FILENAME*. **-m** *CLIENT_ID* \| **--modify-client=**\ \ *CLIENT_ID* - Modify the client with the given ID. Always updates the *CLIENT_REDIRECT_URL*, and optionally modifies the client secret if the **-a** option is also given. The client must already exist. The option cannot be used together with **-d**. + Modify the client with the given ID. Always updates the *CLIENT_REDIRECT_URL*, and optionally modifies the client secret if the **-a** option is also given or the ``CHALLENGER_CLIENT_SECRET`` environment variable is set. The client must already exist. The option cannot be used together with **-d**. **-q** \| **–-quiet** Be less verbose in the output. Useful in shell scripts.