Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Oct 19, 2016
1 parent cc72201 commit 9d5e8bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ or install:
$ make install
```

Usage menu:
```
$ jsoned -h
usage: jsoned [-v value] [-s] [-i infile] [-o outfile] keypath
examples: jsoned keypath read value from stdin
or: jsoned -i infile keypath read value from infile
or: jsoned -v value keypath edit value
or: jsoned -v value -o outfile keypath edit value and write to outfile
options:
-v value Edit JSON key path value
-i infile Use input file instead of stdin
-o outfile Use output file instead of stdout
-r Use raw values, otherwise types are auto-detected
keypath JSON key path (like "name.last")
```


Examples
--------

Expand Down

0 comments on commit 9d5e8bc

Please sign in to comment.