Update main.rs

This commit is contained in:
Eduard Tolosa 2019-03-30 04:50:57 +00:00
parent 3f3565dd17
commit 726b963006

View file

@ -23,7 +23,7 @@ fn main() {
println!("Usage:
powerman <Minimun level of battery before ation>, <Action>
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.")
}
}