summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-18 18:19:16 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-18 20:20:58 +0100
commitb289de2b06c60fd7d3bed14deb014dc32e74079b (patch)
tree72f11605c8671a5cb68504d0bd3a77a76c3b31d8 /src/boot
parent93e63b2a351df80c893b3771b19e313af3c900b0 (diff)
downloadsystemd-b289de2b06c60fd7d3bed14deb014dc32e74079b.tar.gz
bootctl: update --help text
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/bootctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index d062ac2616..803b056a3e 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -1033,7 +1033,7 @@ static int help(int argc, char *argv[], void *userdata) {
return log_oom();
printf("%s [OPTIONS...] COMMAND ...\n"
- "\n%sInstall, update or remove the systemd-boot EFI boot manager.%s\n"
+ "\n%sInstall/update/remove the systemd-boot EFI boot manager and list/select entries.%s\n"
"\nBoot Loader Commands:\n"
" status Show status of installed systemd-boot and EFI variables\n"
" install Install systemd-boot to the ESP and EFI variables\n"