summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2019-02-03 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2019-02-04 00:27:06 +0100
commitfd0af5801de440d550725e1bac93497865cf21c4 (patch)
tree55f5b77c2cde79b72e312de4ec368e136da6c586 /docs
parent7ff7c513941cf389c59ee4dd102cf93cf2ea2a4a (diff)
downloaddconf-fd0af5801de440d550725e1bac93497865cf21c4.tar.gz
bin: Document update command directory argument
Document that update command takes optional directory argument, which allows to run update in an arbitrary directory instead of the default one. The functionality itself have been added earlier for testing purposes, but it is generally useful so lets document its existence. Closes #39. Based on a patch contributed by Takao Fujiwara.
Diffstat (limited to 'docs')
-rw-r--r--docs/dconf-tool.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dconf-tool.xml b/docs/dconf-tool.xml
index c606616..7093da6 100644
--- a/docs/dconf-tool.xml
+++ b/docs/dconf-tool.xml
@@ -33,6 +33,7 @@
<cmdsynopsis>
<command>dconf</command>
<arg choice="plain">read</arg>
+ <arg choice="opt">-d</arg>
<arg choice="plain"><replaceable>KEY</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -61,6 +62,7 @@
<cmdsynopsis>
<command>dconf</command>
<arg choice="plain">update</arg>
+ <arg choice="opt"><replaceable>DBDIR</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>dconf</command>