summaryrefslogtreecommitdiff
path: root/man/systemd-analyze.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r--man/systemd-analyze.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index 13b881cfc7..cce08fa121 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -43,6 +43,7 @@
<command>systemd-analyze</command>
<arg choice="opt" rep="repeat">OPTIONS</arg>
<arg choice="plain">dump</arg>
+ <arg choice="opt" rep="repeat"><replaceable>PATTERN</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -243,10 +244,12 @@ multi-user.target @47.820s
</refsect2>
<refsect2>
- <title><command>systemd-analyze dump</command></title>
+ <title><command>systemd-analyze dump [<replaceable>pattern</replaceable>…]</command></title>
- <para>This command outputs a (usually very long) human-readable serialization of the complete server
- state. Its format is subject to change without notice and should not be parsed by applications.</para>
+ <para>Without any parameter, this command outputs a (usually very long) human-readable serialization of
+ the complete service manager state. Optional glob pattern may be specified, causing the output to be
+ limited to units whose names match one of the patterns. The output format is subject to change without
+ notice and should not be parsed by applications.</para>
<example>
<title>Show the internal state of user manager</title>