Skip to content

Commit

Permalink
change poweroff shutdown retries
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Aug 5, 2023
1 parent fe0b922 commit 45b4f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pisugar-poweroff/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ fn main() {
.short('r')
.long("retries")
.value_name("RETRIES")
.default_value("1000")
.help("Retries, e.g. 1000"),
.default_value("100")
.help("Retries, e.g. 100"),
)
.arg(
Arg::new("configfile")
Expand Down

0 comments on commit 45b4f7d

Please sign in to comment.