Adding format specifier based on review comments

This commit is contained in:
Shivendra Dayal 2015-10-26 00:05:43 +05:30
parent 51bb243e59
commit a9f864bca1

View File

@ -1102,7 +1102,7 @@ sudo nvram boot-args=""
#### Take a Delayed Screenshot #### Take a Delayed Screenshot
Takes a screenshot after 3 seconds and displays in Preview. Takes a screenshot after 3 seconds and displays in Preview.
```bash ```bash
screencapture -T 3 -P delayedpic.jpg screencapture -T 3 -t jpg -P delayedpic.jpg
``` ```
#### Save Screenshots to Given Location #### Save Screenshots to Given Location