bootctl: fix help text

It currently says 'time settings', change that to 'boot settings'.
This commit is contained in:
Koen Kooi 2013-03-29 09:10:31 +01:00 committed by Lennart Poettering
parent f04c0bd6ed
commit 8b3227c90d

View file

@ -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;