From: Miguel Bernal Marin Date: Sat, 4 Jul 2015 22:03:50 +0000 (-0500) Subject: bootctl: fix sdboot to systemd-boot X-Git-Tag: v222~29^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68cc17f13102bcb9aa425ef5f15feda1c2853ec8;p=thirdparty%2Fsystemd.git bootctl: fix sdboot to systemd-boot sdboot was renamed to systemd-boot Fixes: e7dd673d1e0a ("gummiboot/sd-boot/systemd-boot: rename galore") Signed-off-by: Miguel Bernal Marin --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 1e65597acfb..ed69fb0cec9 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -918,7 +918,7 @@ static int install_loader_config(const char *esp_path) { static int help(void) { printf("%s [COMMAND] [OPTIONS...]\n" "\n" - "Install, update or remove the sdboot EFI boot manager.\n\n" + "Install, update or remove the systemd-boot EFI boot manager.\n\n" " -h --help Show this help\n" " --version Print version\n" " --path=PATH Path to the EFI System Partition (ESP)\n"