1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-25 10:04:04 +03:00

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;