[systemd-devel] [PATCH] bootctl: fix help text
Koen Kooi
koen at dominion.thruhere.net
Fri Mar 29 01:10:31 PDT 2013
It currently says 'time settings', change that to 'boot settings'.
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
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 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;
--
1.8.1.4
More information about the systemd-devel
mailing list