diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-01-21 17:40:02 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-01-21 18:14:21 +0100 |
commit | 896e678bea45e6aec9566dc378e29d150ce57820 (patch) | |
tree | c789c7ae3d625561ea03fed607646a2ad0d84828 /man/systemd-repart.xml | |
parent | busctl/homectl: port the obvious cases to table_print_with_pager() (diff) | |
download | systemd-896e678bea45e6aec9566dc378e29d150ce57820.tar.xz systemd-896e678bea45e6aec9566dc378e29d150ce57820.zip |
repart: port to table_print_with_pager()
This adds support for showing a pager, turning of the legend, like in
the other tools.
Diffstat (limited to 'man/systemd-repart.xml')
-rw-r--r-- | man/systemd-repart.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/systemd-repart.xml b/man/systemd-repart.xml index 858b5be66d..ee48dd9c96 100644 --- a/man/systemd-repart.xml +++ b/man/systemd-repart.xml @@ -321,6 +321,8 @@ <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> + <xi:include href="standard-options.xml" xpointer="no-pager" /> + <xi:include href="standard-options.xml" xpointer="no-legend" /> </variablelist> </refsect1> |