summaryrefslogtreecommitdiff
path: root/manpages/taler-wallet-cli.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-wallet-cli.1.rst')
-rw-r--r--manpages/taler-wallet-cli.1.rst20
1 files changed, 12 insertions, 8 deletions
diff --git a/manpages/taler-wallet-cli.1.rst b/manpages/taler-wallet-cli.1.rst
index 15864478..4b13caed 100644
--- a/manpages/taler-wallet-cli.1.rst
+++ b/manpages/taler-wallet-cli.1.rst
@@ -11,7 +11,11 @@ taler-wallet-cli(1)
Synopsis
========
-**taler-auditor** [**-h** | **-\\-help**][**-\\-verbose**][**-V** | **-\\-version**]<command>[<args>]
+**taler-auditor**
+[**-h** | **––help**]
+[**––verbose**]
+[**-V** | **––version**]
+<command> [<args>]
Description
@@ -20,16 +24,16 @@ Description
**taler-wallet-cli** is a command line tool to be used by developers
for testing.
-**-h** | **-\\-help**
+**-h** | **––help**
Print short help on options.
-**-\\-verbose**
+**––verbose**
Enable verbose output.
-**-V** | **-\\-version**
+**-V** | **––version**
Output the version number.
-**test-withdraw** [**-e** URL | **-\\-exchange** URL] [**-a** AMOUNT | **-\\-amount** AMOUNT][**-b** URL | **-\\-bank** URL]
+**test-withdraw** [**-e** URL | **––exchange** URL] [**-a** AMOUNT | **––amount** AMOUNT][**-b** URL | **––bank** URL]
withdraw test currency from the test bank
**balance**
@@ -38,7 +42,7 @@ for testing.
**history**
show wallet history
-**test-merchant-qrcode** [**-a** AMOUNT | **-\\-amount** AMOUNT][**-s** SUMMARY | **-\\-summary** SUMMARY]
+**test-merchant-qrcode** [**-a** AMOUNT | **––amount** AMOUNT][**-s** SUMMARY | **––summary** SUMMARY]
**withdraw-uri** URI
@@ -46,9 +50,9 @@ for testing.
**refund-uri** URI
-**pay-uri** [**-y** | **-\\-yes**] URI
+**pay-uri** [**-y** | **––yes**] URI
-**integrationtest** [**-e** URL | **-\\-exchange** URL][**-m** URL | **-\\-merchant** URL][**-k** APIKEY | **-\\-merchant-api-key** APIKEY][**-b** URL | **-\\-bank** URL][**-w** AMOUNT | **-\\-withdraw-amount** AMOUNT][**-s** AMOUNT | **-\\-spend-amount** AMOUNT]
+**integrationtest** [**-e** URL | **––exchange** URL][**-m** URL | **––merchant** URL][**-k** APIKEY | **––merchant-api-key** APIKEY][**-b** URL | **––bank** URL][**-w** AMOUNT | **––withdraw-amount** AMOUNT][**-s** AMOUNT | **––spend-amount** AMOUNT]
Run integration test with bank, exchange and merchant.
.. See Also