summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-wallet.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index c65ea3b6..8d348efc 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -403,8 +403,9 @@ Exchange Management: List Exchanges
:name: ``"listExchanges"``
:description:
- List all exchanges. Can be used on the CLI
- as ``taler-wallet-cli exchanges list``.
+ List all exchanges.
+:cli:
+ ``taler-wallet-cli exchanges list``
:response:
.. ts:def:: ExchangesListRespose
@@ -425,7 +426,9 @@ Exchange Management: Add Exchange
:name: ``"addExchange"``
:description:
- Add an exchange. Can be used on the CLI as ``taler-wallet-cli exchanges add $URL``.
+ Add an exchange.
+:cli:
+ ``taler-wallet-cli exchanges add $URL``
:request:
.. ts:def:: ExchangeAddRequest
@@ -441,6 +444,8 @@ Withdrawal: Get Manual Withdrawal Info
:name: ``"getWithdrawalDetailsForAmount"``
:description:
Get information about fees and exchange for a manual withdrawal of a given amount.
+:cli:
+ ``taler-wallet-cli advanced manual-withdrawal-details $URL $AMOUNT``
:request:
.. ts:def:: GetManualWithdrawalDetailsRequest