summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-04 19:47:48 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-04 19:47:48 -0400
commit2cb9aa6bd16317de690462997441f10442e0cd43 (patch)
tree76bfccc3f45141dc96555fdc29d9b7d8d0a39def
parente2bccc9d9974eb1290653ecfa3ccfd03c313842b (diff)
parent68cc17f13102bcb9aa425ef5f15feda1c2853ec8 (diff)
Merge pull request #488 from miguelinux/boot
bootctl: fix sdboot to systemd-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 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"