From 726b963006c75588647834da5a2aef62a87c7829 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Sat, 30 Mar 2019 04:50:57 +0000 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index dddfe0d..a68edcb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,7 +23,7 @@ fn main() { println!("Usage: powerman , Example: powerman 5 hibernate <- hibernate the computer when the battery level is less than 5%. - You need to enable powerman.timer init.") + You need to enable powerman.timer unit.") } }