Skip to content

Commit

Permalink
small docu change
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed Dec 18, 2014
1 parent b864cbc commit 0b4f41e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -602,17 +602,17 @@ EXPORT sub-command:
they will be lost. Use the 'buildcache' command first to rebuild
the database.

trade.py export [-q | -v] [--path PATH] [--tables TABLE[,TABLE,...] | --all-tables ]
trade.py export [-q | -v] [--path PATH] [--tables TABLE[,TABLE,...] | --all-tables ] [--delete-empty]

--path PATH
Specify the save location of the CSV files. Default to './data'
Specify the save location of the CSV files. Defaults to './data'

--tables TABLE[,TABLE,...]
-T TABLE[,TABLE,...]
Specify a comma separated list of tablenames to export.

--all-tables
Include the price tables for export.
--all-tables
Include the price tables for export.

--delete-empty
Delete CSV files without content.
Expand Down

0 comments on commit 0b4f41e

Please sign in to comment.