gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add man page for taler-merchant-setu


From: gnunet
Subject: [taler-docs] branch master updated: add man page for taler-merchant-setup-reserve
Date: Wed, 24 Jun 2020 19:06:37 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 73a91d2  add man page for taler-merchant-setup-reserve
     new e56beb4  Merge branch 'master' of git+ssh://git.taler.net/docs
73a91d2 is described below

commit 73a91d2a6180ad39d03bfbf773c369a18295aaf1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jun 24 19:06:31 2020 +0200

    add man page for taler-merchant-setup-reserve
---
 conf.py                                     |  3 ++
 manpages/taler-merchant-setup-reserve.1.rst | 76 +++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+)

diff --git a/conf.py b/conf.py
index 9fd6009..c7c1666 100644
--- a/conf.py
+++ b/conf.py
@@ -316,6 +316,9 @@ man_pages = [
     ("manpages/taler-merchant-httpd.1", "taler-merchant-httpd",
      "run Taler merchant backend (with RESTful API)", "GNU Taler contributors",
      1),
+    ("manpages/taler-merchant-setup-reserve.1", "taler-merchant-setup-reserve",
+     "setup reserve for tipping at a Taler merchant backend", "GNU Taler 
contributors",
+     1),
     ("manpages/taler.conf.5", "taler.conf", "Taler configuration file",
      "GNU Taler contributors", 5),
 ]
diff --git a/manpages/taler-merchant-setup-reserve.1.rst 
b/manpages/taler-merchant-setup-reserve.1.rst
new file mode 100644
index 0000000..485f769
--- /dev/null
+++ b/manpages/taler-merchant-setup-reserve.1.rst
@@ -0,0 +1,76 @@
+taler-merchant-setup-reserve(1)
+###############################
+
+
+.. only:: html
+
+  Name
+  ====
+
+  **taler-merchant-setup-reserve** - setup reserve for tipping
+
+
+Synopsis
+========
+
+**taler-merchant-setup-reserve** [*options*]
+
+
+Description
+===========
+
+**taler-merchant-setup-reserve** is a command line tool to setup a reserve
+(creating the private reserve key) and obtaining the wire transfer information
+from the exchange needed to fill the reserve.
+
+
+Options
+=======
+
+-a VALUE, --amount=VALUE
+       Amount to be transferred to the reserve. Mandatory.
+
+-e URL, --exchange-url=URL
+       Use URL for the exchange base URL. This is the exchange where
+       the reserve will be created. The currency used in the amount
+       specificiation must be offered by this exchange.  Mandatory.
+
+-m URL, --merchant-url=URL
+       Use URL as the merchant base URL.  Should include the path to
+       the instance if the reserve is to be created for a non-default instance.
+       Mandatory.
+
+-w METHOD, --wire-method=METHOD
+       Which wire method should be used. Needed to select the wire
+       transfer method of the exchange. The method must be supported
+       by the exchange. Typical values would be "iban" or "x-taler-bank".
+       Mandatory.
+
+-c FILENAME, --config=FILENAME
+       Use the configuration and other resources for the merchant to
+       operate from FILENAME.
+
+-h, --help
+       Print short help on options.
+
+-v, --version
+       Print version information.
+
+-l LF, --logfile=LF
+       Sends logs to file whose path is LF.
+
+-L LOGLEVEL, --log=LOGLEVEL
+       Use loglevel LOGLEVEL.
+
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net/ or by sending electronic
+mail to <taler@gnu.org>.
+
+
+See Also
+========
+
+taler-merchant-dbinit(1), taler.conf(5)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]