diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-22 12:29:24 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-22 12:29:24 +0200 |
commit | a88136062dbe189417aa0b4751449637816c8445 (patch) | |
tree | 5ad1ea4b7bc456249c356921dd86af09d85825b9 /doc/apt-config.8.xml | |
parent | d280d03ac50f2b49f7c08f825dccdebf61b62c57 (diff) |
* cmdline/apt-config.cc:
- make it possible to limit dump to a subtree
- implement --empty and --format option for dump
Diffstat (limited to 'doc/apt-config.8.xml')
-rw-r--r-- | doc/apt-config.8.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index b6fcf4bf2..94aeec059 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -85,7 +85,21 @@ eval $RES &apt-cmdblurb; <variablelist> - + <varlistentry> + <term><option>--empty</option></term> + <listitem><para>Include options which have an empty value. This is the default, so + use --no-empty to remove them from the output.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>--format '<replaceable>%f "%v";%n</replaceable>'</option></term> + <listitem><para>Defines the output of each config option. %t will be replaced with the tagname, + %f with the complete tagname and %v with the value of the option. + Use uppercase letters and the respective values will be quoted. Additionally + %n will be replaced by a newline, %N by a tab. A % can be + printed by using %%.</para></listitem> + </varlistentry> + &apt-commonoptions; </variablelist> |