From 8b3227c90d20eaa834bd5efc68007cf6b20fbdbb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 29 Mar 2013 09:10:31 +0100 Subject: [PATCH] bootctl: fix help text It currently says 'time settings', change that to 'boot settings'. --- src/boot/bootctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index a92027754..af694fdf6 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; -- 2.30.2