diff options
author | Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com> | 2015-07-04 17:03:50 -0500 |
---|---|---|
committer | Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com> | 2015-07-04 17:03:50 -0500 |
commit | 68cc17f13102bcb9aa425ef5f15feda1c2853ec8 (patch) | |
tree | 76bfccc3f45141dc96555fdc29d9b7d8d0a39def /src/boot/bootctl.c | |
parent | e2bccc9d9974eb1290653ecfa3ccfd03c313842b (diff) |
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 <miguel.bernal.marin@linux.intel.com>
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 1e65597acf..ed69fb0cec 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" |