bootctl: fix sdboot to systemd-boot
authorMiguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Sat, 4 Jul 2015 22:03:50 +0000 (17:03 -0500)
committerMiguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Sat, 4 Jul 2015 22:03:50 +0000 (17:03 -0500)
sdboot was renamed to systemd-boot

Fixes: e7dd673d1e0a ("gummiboot/sd-boot/systemd-boot: rename galore")

Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
src/boot/bootctl.c

index 1e65597..ed69fb0 100644 (file)
@@ -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"