From: Koen Kooi Date: Fri, 29 Mar 2013 08:10:31 +0000 (+0100) Subject: bootctl: fix help text X-Git-Tag: v201~155 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=8b3227c90d20eaa834bd5efc68007cf6b20fbdbb 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 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;