summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-25 09:46:26 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-25 09:46:26 +0200
commitb61e1dc3cb62e9c62eda7294893cf4499c3f839f (patch)
tree21687ee9151652ef1b629283b4a0f7b0f58453b1 /doc
parent06b7294815214f38daf3b7c93d5334bf0e00fd75 (diff)
downloadmerchant-b61e1dc3cb62e9c62eda7294893cf4499c3f839f.tar.gz
merchant-b61e1dc3cb62e9c62eda7294893cf4499c3f839f.tar.bz2
merchant-b61e1dc3cb62e9c62eda7294893cf4499c3f839f.zip
instructions about generating payments against a non-forked
merchant backend
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 611d19fe..1a3b4879 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -785,13 +785,16 @@ currency = PUDOS
Run the test in the following way:
@example
-$ taler-merchant-generate-payments [-c config] [-r]
+$ taler-merchant-generate-payments [-c config] [-e EURI] [-m MURI]
@end example
the argument @code{config} given to @code{-c} points to the configuration
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.
+By default, the tool forks two processes: one for the merchant backend, and one
+for the exchange.
+The option @code{-e} (@code{-m}) avoids any exchange (merchant backend) fork,
+and just runs the generator against the exchange (merchant backend) running
+at @code{EURI} (@code{MURI}).
If the command terminates with no errors, then the merchant backend is correctly
installed.