File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
44## 1.0.0 - * 2/12/2017* ** (BREAKING CHANGE)**
55
66- ** (BREAKING)** Deprecated ` JSONLITE_PATH ` environment variable. Use ` JSONLITE_DATA_DIR ` instead.
7+ - Added default command to ` README.md ` documentation.
78- When there is no data directory and ` drop ` is invoked, hard code an exit code of ` 0 ` instead of using ` $? ` .
89- Documentation cleanup.
910- Bump copyrights to 2017.
Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ cat foobar.json | jsonlite set
9191
9292````
9393➜ jsonlite drop
94- Drop database '/jsonlite.data'? [Y/n] Y
94+ Drop database '/tmp/ jsonlite.data'? [Y/n] Y
9595````
9696
9797````
9898➜ jsonlite drop --force
9999````
100100
101- #### help
101+ ### help
102102
103103> help - Displays help
104104
You can’t perform that action at this time.
0 commit comments