Skip to content

Commit

Permalink
fixed help output
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Dec 18, 2017
1 parent 41f6eb4 commit db2db69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/jsoned/main.go
Expand Up @@ -27,8 +27,8 @@ options:
-v value Edit JSON key path value
-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
-D Delete the value at the specified key path
-p Make json pretty, keypath is optional with this flag
-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 db2db69

Please sign in to comment.