Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function printHelp() {
w('In-place editing:');
w(' Use "-I, --in-place" to edit a file in place:');
w(' $ json -I -f config.json # reformat');
w(' $ json -I -f config.json -c \'this.logLevel="debug"\' # add field');
w(' $ json -I -f config.json -e \'this.logLevel="debug"\' # add field');
w('');
w('Pretty-printing:');
w(' Output is "jsony" by default: 2-space indented JSON, except a');
Expand Down