summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-30 11:10:31 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-30 11:10:31 +0200
commita1ee058804eb1a3e37ae601c624940b873b9d8ce (patch)
treefe3818250d7628f05631aba8d8bd0851ccc69bb4 /doc
parent8808d12c9bf32495286718706ef7fa2eb978cc7a (diff)
downloadmerchant-a1ee058804eb1a3e37ae601c624940b873b9d8ce.tar.gz
merchant-a1ee058804eb1a3e37ae601c624940b873b9d8ce.tar.bz2
merchant-a1ee058804eb1a3e37ae601c624940b873b9d8ce.zip
addressing comment 11995 from #4774
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 33cd0c92..611d19fe 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -779,18 +779,19 @@ instance = default
# The currency used during the test. Must match the one used
# by merchant backend and exchange.
-currency = EUR
+currency = PUDOS
@end example
Run the test in the following way:
@example
-$ taler-merchant-generate-payments -c config -r
+$ taler-merchant-generate-payments [-c config] [-r]
@end example
the argument @code{config} given to @code{-c} points to the configuration
-file and is mandatory; @code{-r} tells the tool to use a remote exchange.
-In case you want to test against a local exchange, remove the @code{-r} option.
+file and is optional -- @code{~/.config/taler.conf} will be checked by default.
+By default, the tool tries to fork a process running the exchange, unless the
+@code{-r} option is given.
If the command terminates with no errors, then the merchant backend is correctly
installed.