Skip to content

Commit

Permalink
Readme tweaks :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinedal committed Dec 18, 2015
1 parent dfd75dd commit 15ad9a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ go get -u github.com/dinedal/textql/...
## Usage

```bash
textql [-console] [-save-to path] [-output-file path] [-output-dlm delimter] [-output-header] [-header] [-dlm delimter] [-source path] [-sql sql_statements] [-quiet] [path ...]
textql [-console] [-save-to path path] [-output-file path] [-output-dlm delimter] [-output-header] [-pretty] [-quiet] [-header] [-dlm delimter] [-sql sql_statements] [path ...]

-console
After all statements are run, open SQLite3 REPL with this data
Expand All @@ -89,6 +89,8 @@ go get -u github.com/dinedal/textql/...
Display column names in output
-quiet
Surpress logging
-pretty
Pretty print output
-save-to file
SQLite3 db is left on disk at this file
-sql string
Expand Down

0 comments on commit 15ad9a1

Please sign in to comment.