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, 10 insertions, 10 deletions
diff --git a/manpages/taler-wallet-cli.1.rst b/manpages/taler-wallet-cli.1.rst
index 8303fea1..bac9ea9f 100644
--- a/manpages/taler-wallet-cli.1.rst
+++ b/manpages/taler-wallet-cli.1.rst
@@ -12,9 +12,9 @@ Synopsis
========
**taler-auditor**
-[**-h** | **––help**]
-[**-V** | **––version**]
-[**––verbose**]
+[**-h** | **--help**]
+[**-V** | **--version**]
+[**--verbose**]
<command> [<args>]
@@ -24,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.
-**-V** | **––version**
+**-V** | **--version**
Output the version number.
-**––verbose**
+**--verbose**
Enable verbose output.
-**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**
@@ -42,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
@@ -50,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