[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: more man pages
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: more man pages |
Date: |
Sun, 04 Aug 2024 21:40:00 +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 251872fb more man pages
251872fb is described below
commit 251872fbf56bfd3bc306b077d72941132a9d2b12
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 4 21:39:04 2024 +0200
more man pages
---
conf.py | 7 ++++
manpages/taler-mdb-network-check.sh.1.rst | 4 +-
manpages/taler-mdb-qr-show.1.rst | 70 +++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+), 2 deletions(-)
diff --git a/conf.py b/conf.py
index fcff7364..c493400c 100644
--- a/conf.py
+++ b/conf.py
@@ -602,6 +602,13 @@ man_pages = [
"GNU Taler contributors",
1,
),
+ (
+ "manpages/taler-mdb-qr-show.1",
+ "taler-mdb-qr-show",
+ "show text encoded as QR code on the framebuffer",
+ "GNU Taler contributors",
+ 1,
+ ),
(
"manpages/taler-mdb-show.sh.1",
"taler-mdb-show.sh",
diff --git a/manpages/taler-mdb-network-check.sh.1.rst
b/manpages/taler-mdb-network-check.sh.1.rst
index d2376f5d..99cc884a 100644
--- a/manpages/taler-mdb-network-check.sh.1.rst
+++ b/manpages/taler-mdb-network-check.sh.1.rst
@@ -16,8 +16,8 @@ Synopsis
[**-c** *FILENAME*]
[**-f** *FAIL_HELPER*]
[**-h**]
-[**--**]
-[*PROGRAM*]
+**--**
+*PROGRAM*
Description
===========
diff --git a/manpages/taler-mdb-qr-show.1.rst b/manpages/taler-mdb-qr-show.1.rst
new file mode 100644
index 00000000..e4492f27
--- /dev/null
+++ b/manpages/taler-mdb-qr-show.1.rst
@@ -0,0 +1,70 @@
+taler-mdb-qr-show(1)
+####################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-mdb-qr-show** - Show QR code on the framebuffer
+
+
+Synopsis
+========
+
+**taler-mdb**
+[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
+[**-d** *DELAY* | **--delay=**\ \ *DELAY*]
+[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
+[**-h** | **--help**]
+[**-i** | **--backlight-invert**]
+[**-L** _*LOGLEVEL* | **--log=**\ \ *LOGLEVEL*]
+[**-l** _*FILENAME* | **--logfile=**\ \ *FILENAME*]
+[**-v** | **--version**]
+*URL*
+**--**
+*PROGRAM*
+
+
+Description
+===========
+
+**taler-mdb-qr-show** is a command-line tool to show a QR code on a
framebuffer display. The URL or text to be encoded in the QR code must be given
as the last argument. After the QR code has been shown for the specified
*DELAY*, the next *PROGRAM* from the command line will be executed.
+
+Its options are as follows:
+
+**-c** *FILENAME* \| **--config=**\ \ *FILENAME*
+ Use the configuration and other resources for the Sync commands
+ to operate from *FILENAME*.
+
+**-d** *DELAY* \| **--delay=**\ \ *DELAY*
+ How long should we display the QR code before running *PROGRAM*.
+ to operate from *FILENAME*.
+
+**-h** \| **--help**
+ Print short help on options.
+
+**-i** \| **--backlight-invert**
+ Invert the bit for turning on/off the backlight.
+
+**-L** *LOGLEVEL* \| **--log=**\ \ *LOGLEVEL*
+ Configure logging to use *LOGLEVEL*.
+
+**-l** *FILENAME* \| **--logfile=**\ \ *FILENAME*
+ Configure logging to write logs to *FILENAME*.
+
+**-v** \| **–version**
+ Print version information.
+
+
+See Also
+========
+
+taler-mdb(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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: more man pages,
gnunet <=