diff options
author | Tom Gundersen <teg@jklm.no> | 2015-11-10 14:43:42 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-11-10 14:43:42 +0100 |
commit | 5af12d8b09309ac55911bc51e01b72e859a8e691 (patch) | |
tree | e8d780fe17006ca02c7a4b57e2cb2e777694b266 /man/machinectl.xml | |
parent | 76fba3ca608931e0f5a43e01039297d6e38be2c2 (diff) | |
parent | 9f6434a675a1b855c8e7d59195a7f066b9022021 (diff) |
Merge pull request #1831 from keszybz/todo-trimming
Todo trimming
Diffstat (limited to 'man/machinectl.xml')
-rw-r--r-- | man/machinectl.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index d1da7f60a6..0e18953700 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -317,7 +317,7 @@ <varlistentry> <term><command>status</command> <replaceable>NAME</replaceable>...</term> - <listitem><para>Show terse runtime status information about + <listitem><para>Show runtime status information about one or more virtual machines and containers, followed by the most recent log data from the journal. This function is intended to generate human-readable output. If you are looking @@ -339,7 +339,8 @@ are suppressed. Use <option>--all</option> to show those too. To select specific properties to show, use <option>--property=</option>. This command is intended to be - used whenever computer-parsable output is required. Use + used whenever computer-parsable output is required, and does + not print the cgroup tree or journal entries. Use <command>status</command> if you are looking for formatted human-readable output.</para></listitem> </varlistentry> |