diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-12 15:37:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-13 14:20:03 +0200 |
commit | dcd5c891cb1627c1e68635cb04beda8a012e0532 (patch) | |
tree | efa61b52e92a60f733891e8fd778b3932c352950 /man/systemd-sysusers.xml | |
parent | NEWS: add an example that actually applies (diff) | |
download | systemd-dcd5c891cb1627c1e68635cb04beda8a012e0532.tar.xz systemd-dcd5c891cb1627c1e68635cb04beda8a012e0532.zip |
binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commands
The output of these commands is really long, and already enriched with
color. Let's add auto-paging to make this easier to digest.
Diffstat (limited to 'man/systemd-sysusers.xml')
-rw-r--r-- | man/systemd-sysusers.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index ea119fe375..e862498e80 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -125,6 +125,7 @@ </varlistentry> <xi:include href="standard-options.xml" xpointer="cat-config" /> + <xi:include href="standard-options.xml" xpointer="no-pager" /> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |