diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-03-29 09:10:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-29 15:47:43 +0100 |
commit | 8b3227c90d20eaa834bd5efc68007cf6b20fbdbb (patch) | |
tree | 044dbecb41bc9ebc7c63c8b11ec932544ccba484 /src/boot/bootctl.c | |
parent | f04c0bd6ed2632f2e91c725388fd2f70859bfde5 (diff) |
bootctl: fix help text
It currently says 'time settings', change that to 'boot settings'.
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index a920277545..af694fdf64 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; |