diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-26 16:34:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-26 16:36:25 +0200 |
commit | 9ea9d4cf1656075559fcd6aeceb9530714c87d5b (patch) | |
tree | fc4121e07abacf62dabfbbe5e518c9ac00c65381 /man/systemctl.xml | |
parent | 6577c7cea72f19185ad999c223bcf663c010dc6f (diff) |
systemctl: move "dump" command from systemctl to systemd-analyze
It's an analysis command and its format is explicitly not covered by any
stability guarantees, hence move away from systemctl and into
systemd-analyze, minimizing the already large interface of systemctl a
bit.
This patch also adds auto-paging to the various systemd-analyze commands
where that makes sense
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index ee13a70fef..06c8c18465 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -993,16 +993,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service all pending jobs.</para> </listitem> </varlistentry> - <varlistentry> - <term><command>dump</command></term> - <listitem> - <para>Dump server status. This will output a (usually very - long) human readable manager status dump. Its format is - subject to change without notice and should not be parsed by - applications.</para> - </listitem> - </varlistentry> <varlistentry> <term><command>list-dependencies <replaceable>NAME</replaceable></command></term> |