merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit ded5ca057655b5084cb8eb43cbfdafe16e13d06d
parent 24f026bf7f826fc94a849607c2efa8aa13d880f2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 11 Nov 2016 17:38:12 +0100

fix -o correction in the right place

Diffstat:
Mdoc/manual.texi | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual.texi b/doc/manual.texi @@ -453,7 +453,7 @@ given in the configuration file. To configure the Taler backend to use this database, run: @example -$ taler-config -s merchantdb-postgres -o URI \ +$ taler-config -s merchantdb-postgres -o CONFIG \ -V postgres:///$DBNAME @end example @@ -470,7 +470,7 @@ The ``uri'' option specifies the exchange's base URL. For example, to use the Taler demonstrator use: @example -$ taler-config -s merchant-exchange-demo -o config \ +$ taler-config -s merchant-exchange-demo -o URI \ -V https://exchange.demo.taler.net/ @end example