json icon indicating copy to clipboard operation
json copied to clipboard

Fix flag in --in-place modification example

Open kemitchell opened this issue 4 years ago • 0 comments

This tiny PR replaces -c with -e in the usage example for in-place editing shown with json -h.

The current example doesn't actually add a property in place, since -c denotes filtering, rather than execution.

kemitchell avatar Oct 21 '20 22:10 kemitchell