Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erkr authored Sep 6, 2020
1 parent 61ae4c3 commit fef7b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ As a result the program will 'stall' for 30-60 seconds. Note, that happens only
## Two usage options:

* **Interactive mode**: call PowerRequestWrapper without a command (no option -c). PowerRequestWrapper will open a pop-up dialog. The lock will be released when you close that dialog
* **Wrapper mode**: call PowerRequestWrapper with a command (use option -c). PowerRequestWrapper will create a process for the command. and wait till the process is clossed to release the lock.
When everything works as expected, an option -n can be used to run without a console window. Only do that once it is wori=king, because you don't see any messages from PowerRequestWrapper anymore
* **Wrapper mode**: call PowerRequestWrapper with a command (use option -c). PowerRequestWrapper will create a process for the command, and wait till the process is clossed to release the lock.
When everything works as expected, an option -n can be used to run without a console window. Only do that once it is working properly, because you don't see any messages from PowerRequestWrapper anymore.


## Example 1, interactive in a console window:
Expand Down

0 comments on commit fef7b8e

Please sign in to comment.