summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages/taler-config.1.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/manpages/taler-config.1.rst b/manpages/taler-config.1.rst
index b5eedd79..3f887cf1 100644
--- a/manpages/taler-config.1.rst
+++ b/manpages/taler-config.1.rst
@@ -15,15 +15,17 @@ Synopsis
[**-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**]
-[**-W** | **––rewrite**]
+
Description
===========
@@ -46,6 +48,9 @@ Description
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**
+ Write the full configuration file, not just the differences to the defaults.
+
**-h** \| **––help**
Print short help on options.
@@ -61,6 +66,9 @@ Description
value. If not given, all values of a given section will be printed in the
format "OPTION = VALUE".
+**-r** \| **––rewrite**
+ Write the configuration file even if nothing changed. Will remove all comments!
+
**-S** \| **––list-sections**
List available configuration sections for use with ``--section``.
@@ -79,8 +87,6 @@ Description
**-v** \| **––version**
Print GNU Taler version number.
-**-W** \| **––rewrite**
- Consider differences to defaults only.
See Also