caffeinate: add -w flag example (#10749)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Stephen Ball
2023-09-23 11:36:18 -04:00
committed by K.B.Dharun Krishna
parent a140f87dac
commit 6ee0f4e5a3

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`