Skip to content

Commit

Permalink
[ci skip] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 30, 2016
1 parent 491e0a1 commit 4fe1fc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pages/usage/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
-h, --help Show this message and exit.

Commands:
file Convert CSV/Excel/HTML/JSON file(s) to a...
file Convert CSV/Excel/HTML/Markdown/JSON file(s)...
gs Convert Google Sheets to a SQLite database...
2 changes: 1 addition & 1 deletion docs/pages/usage/file/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Create a SQLite database from CSV/JSON/Excel
-----------------------------------------------------------

``sqlitebiter file`` is a subcommand to convert
CSV/Excel/HTML/JSON file(s) to a SQLite database file.
CSV/Excel/HTML/JSON/Markdown file(s) to a SQLite database file.
2 changes: 1 addition & 1 deletion docs/pages/usage/file/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Usage: sqlitebiter file [OPTIONS] [FILES]...

Convert CSV/JSON/Excel file(s) to a SQLite database file.
Convert CSV/Excel/HTML/Markdown/JSON file(s) to a SQLite database file.

Options:
-o, --output-path TEXT Output path of the SQLite database file
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/usage/file/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Example
sample.sqlite

Convertible JSON format is as follows:
http://simplesqlite.readthedocs.io/en/latest/pages/reference/loader.html#jsontablefileloader-class
http://pytablereader.readthedocs.io/en/latest/pages/reference/loader.html#json-loader-classes

0 comments on commit 4fe1fc6

Please sign in to comment.