mirror of
https://github.com/systemd/systemd.git
synced 2024-12-19 15:13:36 +08:00
bootctl: fix help text
It currently says 'time settings', change that to 'boot settings'.
This commit is contained in:
parent
f04c0bd6ed
commit
8b3227c90d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user