correct CLI command

This commit is contained in:
Jason Wirth
2016-06-02 19:36:18 -07:00
parent 850ce33961
commit 4dd6e4fb61
+1 -1
View File
@@ -408,7 +408,7 @@ def _make_bundle_core():
raise
raise ValueError(
'no data for bundle {bundle!r} on or before {timestamp}\n'
'maybe you need to run: $ zipline ingest {bundle}'.format(
'maybe you need to run: $ zipline ingest -b {bundle}'.format(
bundle=bundle_name,
timestamp=timestamp,
),