taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 8e613f270eee8d94397d886eabacc9706edbed2d
parent 0f5b8defc200a082abeaa86db2c8f8dc96c7f666
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 24 Aug 2024 15:55:50 +0200

document new option for #9114

Diffstat:
Mmanpages/challenger-admin.1.rst | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/manpages/challenger-admin.1.rst b/manpages/challenger-admin.1.rst @@ -19,9 +19,10 @@ Synopsis [**-h** | **--help**] [**-L** *LOGLEVEL* | **--log=**\ \ *LOGLEVEL*] [**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*] +[**-m** *CLIENT_ID* | **--modify-client=**\ \ *CLIENT_ID*] [**-q** | **--quiet**] [**-v** | **--version**] -CLIENT_URL +CLIENT_REDIRECT_URL Description @@ -32,14 +33,14 @@ Description Its options are as follows: **-a** *SECRET* \| **--add=**\ ‌\ *SECRET* - Add the client with the given *CLIENT_URL setting the client secret to *SECRET*. Prints the CLIENT_ID of the added client. + Add the client with the given *CLIENT_REDIRECT_URL setting the client secret to *SECRET*. Prints the *CLIENT_ID* of the added client. **-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME* Use the configuration and other resources for the Challenger commands to operate from *FILENAME*. **-d** \| **--delete** - Delete the client with the given *CLIENT_URL*. + Delete the client with the given *CLIENT_REDIRECT_URL*. Note that deletion by *CLIENT_ID* is not possible. **-h** \| **--help** Print short help on options. @@ -50,6 +51,9 @@ Its options are as follows: **-l** *FILENAME* \| **--logfile=**\ \ *FILENAME* 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**. + **-q** \| **–-quiet** Be less verbose in the output. Useful in shell scripts.