From a9f864bca1e0d76c8460ad7987a6edebb48d2177 Mon Sep 17 00:00:00 2001 From: Shivendra Dayal Date: Mon, 26 Oct 2015 00:05:43 +0530 Subject: [PATCH] Adding format specifier based on review comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8710ecc..9037b19 100644 --- a/README.md +++ b/README.md @@ -1102,7 +1102,7 @@ sudo nvram boot-args="" #### Take a Delayed Screenshot Takes a screenshot after 3 seconds and displays in Preview. ```bash -screencapture -T 3 -P delayedpic.jpg +screencapture -T 3 -t jpg -P delayedpic.jpg ``` #### Save Screenshots to Given Location