]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document the new --no-pager switch of bootctl
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2018 18:07:32 +0000 (20:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Oct 2018 19:40:44 +0000 (21:40 +0200)
Also, let's move the --help and --version items to the end of the list.

man/bootctl.xml

index defe095dde2f9b2ea02888ad427ec11e89b8602f..03d01ffe440e9b6a9ed4516aabd507b3ba8251c8 100644 (file)
@@ -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>,
         <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>