diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-09-19 20:21:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-09-24 19:21:00 +0200 |
commit | a9426617870e93765bf6cd73a7ab921fe55c267a (patch) | |
tree | 30b7e2c050120f467a7bf8f1b6c169eafe2a09e7 /man/systemd-inhibit.xml | |
parent | inhibit: normalize variable types (diff) | |
download | systemd-a9426617870e93765bf6cd73a7ab921fe55c267a.tar.xz systemd-a9426617870e93765bf6cd73a7ab921fe55c267a.zip |
inhibit: use format-table to format systemd-inhibit --list
This changes the output a bit, as the previous multi-line output of each
inhibitor is changed to a single line, but it does unify the output look
with the one of our other tools. Moreover this adds proper sorting.
Diffstat (limited to 'man/systemd-inhibit.xml')
-rw-r--r-- | man/systemd-inhibit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index 03dc06678a..3fa5acf550 100644 --- a/man/systemd-inhibit.xml +++ b/man/systemd-inhibit.xml @@ -119,6 +119,7 @@ </varlistentry> <xi:include href="standard-options.xml" xpointer="no-pager" /> + <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |