Fixes from pull request #53

This commit is contained in:
Marcel Bischoff 2015-10-26 17:40:14 +01:00
parent ca7d8cdf7e
commit b0760650db

View File

@ -1108,8 +1108,8 @@ sudo nvram boot-args=""
### Screenshots
#### Take a Delayed Screenshot
Takes a screenshot after 3 seconds and displays in Preview.
#### Take Delayed Screenshot
Takes a screenshot as JPEG after 3 seconds and displays in Preview.
```bash
screencapture -T 3 -t jpg -P delayedpic.jpg
```