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: