[systemd-commits] src/boot
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Mar 29 07:48:35 PDT 2013
src/boot/bootctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8b3227c90d20eaa834bd5efc68007cf6b20fbdbb
Author: Koen Kooi <koen at dominion.thruhere.net>
Date: Fri Mar 29 09:10:31 2013 +0100
bootctl: fix help text
It currently says 'time settings', change that to 'boot settings'.
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index a920277..af694fd 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -38,7 +38,7 @@ static int help(void) {
" -h --help Show this help\n"
" --version Show package version\n"
"Commands:\n"
- " status Show current time settings\n",
+ " status Show current boot settings\n",
program_invocation_short_name);
return 0;
More information about the systemd-commits
mailing list