summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-30 22:28:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-31 09:34:14 -0500
commit79285a11df24ec54b9451b25d14f5d61bb8046ab (patch)
tree6262c6743c025e2be2078a08613a6b0ae182fcfd /docs
parent892fc2e4ad0c84d28a738de63f5a36ea1c14c50c (diff)
downloaddconf-79285a11df24ec54b9451b25d14f5d61bb8046ab.tar.gz
Update dconf(1)
The man page was not updated when the compile command was added. Fix that.
Diffstat (limited to 'docs')
-rw-r--r--docs/dconf-tool.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/dconf-tool.xml b/docs/dconf-tool.xml
index 44f1196..c359eda 100644
--- a/docs/dconf-tool.xml
+++ b/docs/dconf-tool.xml
@@ -54,6 +54,12 @@
</cmdsynopsis>
<cmdsynopsis>
<command>dconf</command>
+ <arg choice="plain">compile</arg>
+ <arg choice="plain"><replaceable>OUTPUT</replaceable></arg>
+ <arg choice="plain"><replaceable>KEYFILEDIR</replaceable></arg>
+ </cmdsynopsis>
+ <cmdsynopsis>
+ <command>dconf</command>
<arg choice="plain">update</arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -96,6 +102,11 @@
</para>
<para>
+ The <replaceable>OUTPUT</replaceable> argument must the location to write a (binary) dconf database to and the
+ <replaceable>KEYFILEDIR</replaceable> argument must be a .d directory containing keyfiles.
+ </para>
+
+ <para>
<replaceable>VALUE</replaceable> arguments must be in GVariant format, so e.g. a string must include
explicit quotes: "'foo'". This format is also used when printing out values.
</para>
@@ -135,6 +146,12 @@
</varlistentry>
<varlistentry>
+ <term><option>compile</option></term>
+
+ <listitem><para>Compile a binary database from keyfiles.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>update</option></term>
<listitem><para>Update the system dconf databases.</para></listitem>