Skip to content

Commit eb9f385

Browse files
committed
updated README.mD
1 parent 675cccc commit eb9f385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ export JSONLITE_PATH=/tmp/jsonlite.data
7777

7878
### drop
7979

80-
> drop - Drops the database
80+
> drop (--force) - Drops the database
8181
8282
````shell
8383
➜ jsonlite drop
8484
Drop database '/jsonlite.data'? [Y/n] Y
85+
86+
➜ jsonlite drop --force
8587
````
8688

8789
### version

0 commit comments

Comments
 (0)