summaryrefslogtreecommitdiff
path: root/man/bootctl.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-19 12:01:32 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-19 12:01:32 +0200
commitaa467bcae16f7090813d6e549487e73a95157f69 (patch)
tree70b43ec8c6421c9b8f6f585fae3726033cd27519 /man/bootctl.xml
parentfba4e9450602092c58f8676c454f8e534f4e50f6 (diff)
downloadsystemd-aa467bcae16f7090813d6e549487e73a95157f69.tar.gz
bootctl: do not allow -x and -p to be used together
-x already prints the path to ESP in some circumstances, and allowing both to be printed seems confusing.
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r--man/bootctl.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index 3e1f9b588b..46b9738b14 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -60,18 +60,18 @@
<varlistentry>
<term><option>-p</option></term>
<term><option>--print-esp-path</option></term>
- <listitem><para>This option modifies the behaviour of <command>status</command>. Prints only the
- path to the EFI System Partition (ESP) to standard output and exits.</para></listitem>
+ <listitem><para>This option modifies the behaviour of <command>status</command>. Only prints the path
+ to the EFI System Partition (ESP) to standard output and exits.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-x</option></term>
<term><option>--print-boot-path</option></term>
- <listitem><para>This option modifies the behaviour of <command>status</command>. Prints only the
- path to the Extended Boot Loader partition if it exists, and the path to the ESP otherwise to
- standard output and exit. This command is useful to determine where to place boot loader entries, as
- they are preferably placed in the Extended Boot Loader partition if it exists and in the ESP
- otherwise.</para></listitem>
+ <listitem><para>This option modifies the behaviour of <command>status</command>. Only prints the path
+ to the Extended Boot Loader partition if it exists, and the path to the ESP otherwise to standard
+ output and exit. This command is useful to determine where to place boot loader entries, as they are
+ preferably placed in the Extended Boot Loader partition if it exists and in the ESP otherwise.
+ </para></listitem>
</varlistentry>
<varlistentry>