commit b4f52c30b14205d845d555e119a1afe7994074a4
parent 2dba865399ab0934f66cfef8046bffb70cce241f
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 26 Apr 2021 15:23:13 +0200
update man page
Diffstat:
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git 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