summaryrefslogtreecommitdiff
path: root/manpages/taler-config.1.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-26 17:21:33 +0200
committerFlorian Dold <florian@dold.me>2021-07-26 17:21:33 +0200
commited373fe3d98cd249ddd65d631bd6007a1ce94fde (patch)
tree357bbea779594d7fcd017aff1620bd8dbf9f4a68 /manpages/taler-config.1.rst
parent927565e7798ba07841c661e452348e8879a2fe93 (diff)
downloaddocs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.tar.gz
docs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.tar.bz2
docs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.zip
do not use unicode double dashes
Diffstat (limited to 'manpages/taler-config.1.rst')
-rw-r--r--manpages/taler-config.1.rst52
1 files changed, 26 insertions, 26 deletions
diff --git a/manpages/taler-config.1.rst b/manpages/taler-config.1.rst
index f8724880..103c95ef 100644
--- a/manpages/taler-config.1.rst
+++ b/manpages/taler-config.1.rst
@@ -12,19 +12,19 @@ Synopsis
========
**taler-config**
-[**-b** *backend* | **––supported-backend=**\ \ *backend*]
-[**-c** *filename* | **––config=**\ \ *filename*]
-[**-f** | **––filename**]
-[**-F** | **––full**]
-[**-h** | **––help**]
-[**-L** *loglevel* | **––loglevel=**\ \ *loglevel*]
-[**-l** *filename* | **––logfile=**\ ‌\ *filename*]
-[**-o** *option* | **––option=**\ \ *option*]
-[**-r** | **––rewrite**]
-[**-S** | **––list-sections**]
-[**-s** *section* | **––section=**\ \ *section*]
-[**-V** *value* | **––value=**\ \ *value*]
-[**-v** | **––version**]
+[**-b** *backend* | **--supported-backend=**\ \ *backend*]
+[**-c** *filename* | **--config=**\ \ *filename*]
+[**-f** | **--filename**]
+[**-F** | **--full**]
+[**-h** | **--help**]
+[**-L** *loglevel* | **--loglevel=**\ \ *loglevel*]
+[**-l** *filename* | **--logfile=**\ ‌\ *filename*]
+[**-o** *option* | **--option=**\ \ *option*]
+[**-r** | **--rewrite**]
+[**-S** | **--list-sections**]
+[**-s** *section* | **--section=**\ \ *section*]
+[**-V** *value* | **--value=**\ \ *value*]
+[**-v** | **--version**]
Description
@@ -32,7 +32,7 @@ Description
**taler-config** can be used to read or modify GNU Taler configuration files.
-**-b** *BACKEND* \| **––supported-backend=**\ \ *BACKEND*
+**-b** *BACKEND* \| **--supported-backend=**\ \ *BACKEND*
Tests whether the specified *BACKEND* is supported by the current installation.
The backend must match the name of a plugin, i.e. "namestore_postgres" for
the Postgres database backend of the "NAMESTORE" service. If *BACKEND* is
@@ -41,42 +41,42 @@ Description
specified. Specifying this option together with other options will cause
taler-config to return a status code of 1 (error).
-**-c** *FILENAME* \| **––config=**\ \ *FILENAME*
+**-c** *FILENAME* \| **--config=**\ \ *FILENAME*
Use the configuration file *FILENAME*.
-**-f** \| **––filename**
+**-f** \| **--filename**
Try to perform expansions as if the option values represent filenames (will
also be applied even if the option is not really a filename).
-**-F** \| **––full**
+**-F** \| **--full**
Write the full configuration file, not just the differences to the defaults.
-**-h** \| **––help**
+**-h** \| **--help**
Print short help on options.
-**-L** *LOGLEVEL* \| **––loglevel=**\ \ *LOGLEVEL*
+**-L** *LOGLEVEL* \| **--loglevel=**\ \ *LOGLEVEL*
Use *LOGLEVEL* for logging.
Valid values are ``DEBUG``, ``INFO``, ``WARNING``, and ``ERROR``.
-**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME*
+**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
Send logging output to *FILENAME*.
-**-o** *OPTION* \| **––option=**\ \ *OPTION*
+**-o** *OPTION* \| **--option=**\ \ *OPTION*
Which configuration option should be accessed or edited. Required to set a
value. If not given, all values of a given section will be printed in the
format "OPTION = VALUE".
-**-r** \| **––rewrite**
+**-r** \| **--rewrite**
Write the configuration file even if nothing changed. Will remove all comments!
-**-S** \| **––list-sections**
+**-S** \| **--list-sections**
List available configuration sections for use with ``--section``.
-**-s** *SECTION* \| **––section=**\ \ *SECTION*
+**-s** *SECTION* \| **--section=**\ \ *SECTION*
Which configuration section should be accessed or edited.
Required option.
-**-V** *VALUE* \| **––value=**\ \ *VALUE*
+**-V** *VALUE* \| **--value=**\ \ *VALUE*
Configuration value to store in the given section under the given option.
Must only be given together with ``-s`` and ``-o`` options.
@@ -84,7 +84,7 @@ Description
Changing the configuration file with ``-V`` will remove comments
and may reorder sections and remove ``@INLINE@`` directives.
-**-v** \| **––version**
+**-v** \| **--version**
Print GNU Taler version number.