Skip to content

Commit 74bdb67

Browse files
committed
documents output argument
1 parent 9c7a48b commit 74bdb67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""Usage:
4-
run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<output>] INPUT_DIR [--export=<entity>]...
5-
run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<output>] <INPUT_FILE> <INPUT_FILE>...
4+
run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<dir>] <INPUT_FILE> <INPUT_FILE>...
5+
run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<dir>] INPUT_DIR [--export=<entity>]...
66
77
Options:
88
--bz2 Compress output files using bz2 compression library.
@@ -12,7 +12,7 @@
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.
15+
--output=<dir> Where to write the csv files. Defaults to current dir.
1616
1717
"""
1818
import sys

0 commit comments

Comments
 (0)