diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-10 20:40:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-06-10 23:26:53 +0200 |
commit | ba35662fbdde7b90aed6b34c641b4ff0ea740c68 (patch) | |
tree | 629a714cb284584cc0132fe9d1f1f89e88e55ed0 /man | |
parent | 2c7284a9a966a7790cb260e89428db5bb2020eef (diff) | |
download | systemd-ba35662fbdde7b90aed6b34c641b4ff0ea740c68.tar.gz |
resolved: also add a way to flush all caches via the bus
And expose it in "resolve-tool --flush-caches".
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-resolve.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index 4b66f836a2..b917ac20a2 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -288,6 +288,12 @@ <listitem><para>Resets the statistics counters shown in <option>--statistics</option> to zero.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--flush-caches</option></term> + + <listitem><para>Flushes all DNS resource record caches the service maintains locally.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |