diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-01-21 18:12:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-01-21 18:14:37 +0100 |
commit | 17547fb5cb2edd20a4c7a96c9d7971b52002ced2 (patch) | |
tree | 2292263bfbe05d46f445ec003f3f3509ad3f6f6c /man | |
parent | sysext: port to table_print_with_pager() (diff) | |
download | systemd-17547fb5cb2edd20a4c7a96c9d7971b52002ced2.tar.xz systemd-17547fb5cb2edd20a4c7a96c9d7971b52002ced2.zip |
dissect: almost port systemd-dissect to table_print_with_pager()
This doesn't actually port systemd-dissect to table_print_with_pager()
but at least rearranges things so that similar behaviour is exposed. The
reason it's not ported over 1:1 is that systemd-dissect actually adjusts
the JSON output of the table with additional info, and doesn't print the
table 1:1 as JSON.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-dissect.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml index ed2153f765..71615b10a6 100644 --- a/man/systemd-dissect.xml +++ b/man/systemd-dissect.xml @@ -237,6 +237,8 @@ url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>.</para></listitem> </varlistentry> + <xi:include href="standard-options.xml" xpointer="no-pager" /> + <xi:include href="standard-options.xml" xpointer="no-legend" /> </variablelist> </refsect1> |