aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-11 17:38:12 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-11 17:38:12 +0100
commitded5ca057655b5084cb8eb43cbfdafe16e13d06d (patch)
tree0741474faf46346e5eeba0e14ceb62556115b319 /doc
parent24f026bf7f826fc94a849607c2efa8aa13d880f2 (diff)
downloadmerchant-ded5ca057655b5084cb8eb43cbfdafe16e13d06d.tar.gz
merchant-ded5ca057655b5084cb8eb43cbfdafe16e13d06d.tar.bz2
merchant-ded5ca057655b5084cb8eb43cbfdafe16e13d06d.zip
fix -o correction in the right place
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 563c1ad2..76f4913f 100644
--- 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