summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-03-29 09:10:31 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-29 15:47:43 +0100
commit8b3227c90d20eaa834bd5efc68007cf6b20fbdbb (patch)
tree044dbecb41bc9ebc7c63c8b11ec932544ccba484 /src/boot
parentf04c0bd6ed2632f2e91c725388fd2f70859bfde5 (diff)
bootctl: fix help text
It currently says 'time settings', change that to 'boot settings'.
Diffstat (limited to 'src/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 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;