Skip to content

Commit

Permalink
Update time limit value (#3168)
Browse files Browse the repository at this point in the history
based on #3853
  • Loading branch information
mattwojo authored Nov 17, 2022
1 parent 3e6faa7 commit 80f8cd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hub/powertoys/awake.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ PowerToys Awake can also be executed as a standalone application, directly from
| `--pid` | Attaches the execution of Awake to a Process ID (PID). When the process with a given PID terminates, Awake terminates as well. |

In absence of command-line arguments, PowerToys Awake will keep the computer awake indefinitely.

When setting the value for the `--time-limit` parameter, both of these formats will be accepted:

- PowerToys.Awake.exe --time-limit 36000
- PowerToys.Awake.exe --time-limit=36000

0 comments on commit 80f8cd2

Please sign in to comment.