mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-08-19 04:07:35 +00:00
bootctl: fix help text
It currently says 'time settings', change that to 'boot settings'.
This commit is contained in:
committed by
Lennart Poettering
parent
f04c0bd6ed
commit
8b3227c90d
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user