From 0374cbd668697a0c832cabe0da5a1a3d4e44575b Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 26 Oct 2023 22:20:36 +0800 Subject: [PATCH] sleep: update help text for suspend-then-hibernate --- src/sleep/sleep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.47.3