From a6301f85c82b0de82ceb8501f3c4a73ea7df01c2 Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Fri, 25 Jun 2021 18:48:12 -0400 Subject: [PATCH] README.md: Fix example Fixes #61 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0740f8..972d584 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ There is a runnable reading/dumping tool included: ``` $ go get github.com/dsoprea/go-exif/v3/command/exif-read-tool -$ exif-read-tool -filepath "" +$ exif-read-tool --filepath "" ``` Example output: @@ -113,7 +113,7 @@ IFD-PATH=[IFD] ID=(0x0132) NAME=[DateTime] COUNT=(20) TYPE=[ASCII] VALUE=[2017:1 You can also print the raw, parsed data as JSON: ``` -$ exif-read-tool -filepath "" -json +$ exif-read-tool --filepath "" -json ``` Example output: