Skip to content

Commit e56981a

Browse files
committed
updates documentation with --output paramter
1 parent 413d9d6 commit e56981a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
77
Options:
88
--bz2 Compress output files using bz2 compression library.
9-
--limit=<lines> Limit export to some number of entities
9+
--limit=<lines> Limit export to some number of entities (all otherwise)
1010
--export=<entity> Limit export to some entities (repeatable).
1111
Entity is one of: artist, label, master, release.
1212
--debug Turn on debugging prints
1313
--apicounts Check entities counts with Discogs API
1414
--dry-run Do not write csv files.
15+
--output Where to write the csv files. Defaults to current dir.
1516
1617
"""
1718
import sys

0 commit comments

Comments
 (0)