Skip to content

Commit

Permalink
updated help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall authored Jan 5, 2018
1 parent e2bcd17 commit 4082866
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Or [download a pre-built binary](https://github.com/tidwall/jj/releases) for Lin
```
$ jj -h
usage: jj [-v value] [-r] [-D] [-O] [-p] [-i infile] [-o outfile] keypath
usage: jj [-v value] [-purOD] [-i infile] [-o outfile] keypath
examples: jj keypath read value from stdin
or: jj -i infile keypath read value from infile
Expand All @@ -46,14 +46,15 @@ examples: jj keypath read value from stdin
options:
-v value Edit JSON key path value
-p Make json pretty, keypath is optional
-u Make json ugly, keypath is optional
-r Use raw values, otherwise types are auto-detected
-O Performance boost for value updates.
-D Delete the value at the specified key path
-p Make json pretty, keypath is optional with this flag
--force-notty Do not output color or extra formatting
-i infile Use input file instead of stdin
-o outfile Use output file instead of stdout
keypath JSON key path (like "name.last")
```


Expand Down

0 comments on commit 4082866

Please sign in to comment.