caffeinate: add -m example (#9187)

pull/1/head
NikhilSS 2022-10-21 09:49:50 +05:30 committed by GitHub
parent fe21590f57
commit 97b652fa61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@
`caffeinate -s "{{command}}"`
- Prevent from sleeping until you type Ctrl-C:
- Prevent from sleeping (use `Ctrl + C` to exit):
`caffeinate -i`
- Prevent disk from sleeping (use `Ctrl + C` to exit):
`caffeinate -m`