Update 'README.md'

This commit is contained in:
df 2020-08-16 22:45:11 +00:00
parent b71b068aad
commit 4cc86c990f
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@
## Minimal SQLite3 exec wrapper
[SQLite3](https://www.sqlite.org/) provides a very capable query tool but it may be too large to be
included in the flash filesystem of an embedded device. This query applet
is intended for use in such limiting cases.
[SQLite3](https://www.sqlite.org/) provides a very capable query tool
but it may be too large to be included in the filesystem of an embedded
device: for instance in the RW flash of the Humax HD/HDR-Fox T2 set-top
boxes. This query applet is intended for use in such limiting cases.
```plain
Usage: usqlite [OPTIONS] ["SQL command;" ...] [< SQL_script]