From: Mike Yuan Date: Thu, 26 Oct 2023 14:20:36 +0000 (+0800) Subject: sleep: update help text for suspend-then-hibernate X-Git-Tag: v255-rc1~108^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0374cbd668697a0c832cabe0da5a1a3d4e44575b;p=thirdparty%2Fsystemd.git sleep: update help text for suspend-then-hibernate --- diff --git a/src/sleep/sleep.c b/src/sleep/sleep.c index cea57d85659..c5ec63e4f78 100644 --- a/src/sleep/sleep.c +++ b/src/sleep/sleep.c @@ -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);