summaryrefslogtreecommitdiff
path: root/man/bootctl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-22 20:07:32 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-08 21:40:44 +0200
commitdcb4fe74015e79135ae2ed312090367e3aa1bf15 (patch)
tree4a0c4f8104fb5cf4ea0f745c9aa590d1d1e50a55 /man/bootctl.xml
parent57db6f18d4fefb83a8c7807e6fe30410c2aca378 (diff)
downloadsystemd-dcb4fe74015e79135ae2ed312090367e3aa1bf15.tar.gz
man: document the new --no-pager switch of bootctl
Also, let's move the --help and --version items to the end of the list.
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r--man/bootctl.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index defe095dde..03d01ffe44 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -45,8 +45,6 @@
<para>The following options are understood:</para>
<variablelist>
- <xi:include href="standard-options.xml" xpointer="help" />
- <xi:include href="standard-options.xml" xpointer="version" />
<varlistentry>
<term><option>--path=</option></term>
<listitem><para>Path to the EFI System Partition (ESP). If not specified, <filename>/efi</filename>,
@@ -66,6 +64,10 @@
<term><option>--no-variables</option></term>
<listitem><para>Do not touch the EFI boot variables.</para></listitem>
</varlistentry>
+
+ <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>
</refsect1>