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-pass


From: gnunet
Subject: [taler-docs] branch master updated: add man page for taler-merchant-passwd
Date: Thu, 05 Oct 2023 10:06:30 +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 bc5edc50 add man page for taler-merchant-passwd
bc5edc50 is described below

commit bc5edc5011a4398ef023f5c67bdc20b9a5d447b3
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Oct 5 10:06:20 2023 +0200

    add man page for taler-merchant-passwd
---
 conf.py                              |  7 ++++
 manpages/taler-merchant-passwd.1.rst | 64 ++++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/conf.py b/conf.py
index d6bcb421..f6897355 100644
--- a/conf.py
+++ b/conf.py
@@ -581,6 +581,13 @@ man_pages = [
         "GNU Taler contributors",
         1,
     ),
+    (
+        "manpages/taler-merchant-passwd.1",
+        "taler-merchant-passwd",
+        "change Taler merchant instance password",
+        "GNU Taler contributors",
+        1,
+    ),
     (
         "manpages/taler-merchant-httpd.1",
         "taler-merchant-httpd",
diff --git a/manpages/taler-merchant-passwd.1.rst 
b/manpages/taler-merchant-passwd.1.rst
new file mode 100644
index 00000000..6cb102b2
--- /dev/null
+++ b/manpages/taler-merchant-passwd.1.rst
@@ -0,0 +1,64 @@
+taler-merchant-passwd(1)
+########################
+
+.. only:: html
+
+   Name
+   ====
+
+   **taler-merchant-passwd** - reset password of existing instance
+
+
+Synopsis
+========
+
+**taler-merchant-passwd**
+[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-i**_*NAME* | **--instance**\ \ *NAME*]
+[**-v** | **--version**]
+[PASSWORD]
+
+Description
+===========
+
+**taler-merchant-passwd** is a command-line tool to reset passwords
+of existing Taler instances.  The password must either be specified
+as the last command-line argument or in the TALER_MERCHANT_PASSWORD
+environment variable.
+
+Its options are as follows:
+
+**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
+   Use the configuration and other resources for the merchant to operate
+   from *FILENAME*.
+
+**-h** \| **--help**
+   Print short help on options.
+
+**-i** *NAME* \| **--instance**\ \ *NAME*
+   Specifies the name of the instance for which the password should be
+   updated. If not given, the "default" instance is modified.
+
+**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
+   Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+   ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
+   Send logging output to *FILENAME*.
+
+**-v** \| **–version**
+   Print version information.
+
+See Also
+========
+
+taler-merchant-httpd(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.

-- 
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]