json
json copied to clipboard
Fix flag in --in-place modification example
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.