]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sleep: update help text for suspend-then-hibernate
authorMike Yuan <me@yhndnzj.com>
Thu, 26 Oct 2023 14:20:36 +0000 (22:20 +0800)
committerMike Yuan <me@yhndnzj.com>
Fri, 27 Oct 2023 09:57:03 +0000 (17:57 +0800)
src/sleep/sleep.c

index cea57d85659569e231f51f50f2a37fd1fe216305..c5ec63e4f782d5abe41c135ae0520a4e1b88019e 100644 (file)
@@ -548,7 +548,8 @@ static int help(void) {
                "  hibernate              Hibernate the system\n"
                "  hybrid-sleep           Both hibernate and suspend the system\n"
                "  suspend-then-hibernate Initially suspend and then hibernate\n"
-               "                         the system after a fixed period of time\n"
+               "                         the system after a fixed period of time or\n"
+               "                         when battery is low\n"
                "\nSee the %s for details.\n",
                program_invocation_short_name,
                link);