]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ac-power: fix a typo
authorMike Yuan <me@yhndnzj.com>
Mon, 5 Jun 2023 15:03:58 +0000 (23:03 +0800)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Jun 2023 14:44:15 +0000 (16:44 +0200)
src/ac-power/ac-power.c

index f027c31208d2afb6216bc1cc6e9cd0d5a211824a..fadf1dacaf2b5b5fa05d6c07321e082e36c5cb65 100644 (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);
 }