1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-14 04:58:28 +03:00

ac-power: fix a typo

This commit is contained in:
Mike Yuan 2023-06-05 23:03:58 +08:00 committed by Lennart Poettering
parent dbbf0618d0
commit 2221aaff0f

View File

@ -19,7 +19,7 @@ static void help(void) {
" -h --help Show this help\n"
" --version Show package version\n"
" -v --verbose Show state as text\n"
" --low Checks if battery is discharing and low\n",
" --low Check if battery is discharging and low\n",
program_invocation_short_name);
}