summaryrefslogtreecommitdiff
path: root/frags
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-26 01:35:05 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-26 01:35:05 +0800
commitf00ca4a31b21f7fb96bf8ca43975ffdb5a1ab2fc (patch)
treedf5bb452233b8080e66f872aa7689bbf077848a6 /frags
parent0dd932ed2fedc5cd5f2bd0b0045d23926e699ce4 (diff)
downloaddocs-f00ca4a31b21f7fb96bf8ca43975ffdb5a1ab2fc.tar.gz
docs-f00ca4a31b21f7fb96bf8ca43975ffdb5a1ab2fc.tar.bz2
docs-f00ca4a31b21f7fb96bf8ca43975ffdb5a1ab2fc.zip
work on #8017
Diffstat (limited to 'frags')
-rw-r--r--frags/using-taler-config.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/frags/using-taler-config.rst b/frags/using-taler-config.rst
index 5e8ffcaa..ba4febb4 100644
--- a/frags/using-taler-config.rst
+++ b/frags/using-taler-config.rst
@@ -3,7 +3,9 @@ Using taler-config
The tool ``taler-config`` can be used to extract or manipulate configuration
values; however, the configuration use the well-known INI file format and is
-generally better edited by hand to preserve comments and structure.
+generally better edited by hand to preserve comments and structure. Thus, ``taler-config`` should primarily be used
+to inspect or understand a configuration that is in place,
+and not to update it!
Run
@@ -22,7 +24,9 @@ Run
to extract the respective configuration value for option ``$OPTION`` in
section ``$SECTION``.
-Finally, to change a setting, run
+Finally, to change a setting and clobber your entire
+configuration file structure, inlining all values and
+removing all comments, run
.. code-block:: console