From: Zbigniew Jędrzejewski-Szmek Date: Mon, 18 Nov 2019 17:19:16 +0000 (+0100) Subject: bootctl: update --help text X-Git-Tag: v244-rc1~14^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b289de2b06c60fd7d3bed14deb014dc32e74079b;p=thirdparty%2Fsystemd.git bootctl: update --help text --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index d062ac26163..803b056a3e2 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"