caffeinate: add `-w` flag example (#10749)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Stephen Ball 2023-09-23 11:36:18 -04:00 committed by K.B.Dharun Krishna
parent a140f87dac
commit 6ee0f4e5a3
No known key found for this signature in database
GPG Key ID: 744C6C9642892380
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
`caffeinate -s "{{command}}"`
- Prevent from sleeping until a process with the specified PID completes:
`caffeinate -w {{pid}}`
- Prevent from sleeping (use `Ctrl + C` to exit):
`caffeinate -i`