From 02c14583287bb03e08075fb2abec29750a77d65f Mon Sep 17 00:00:00 2001 From: Alexey Degtyarev Date: Tue, 28 Feb 2017 19:42:10 +0300 Subject: [PATCH] DOC: Fix typo in -k/--keep-last option description --- zipline/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/__main__.py b/zipline/__main__.py index b42a90ce..b0c9fba6 100644 --- a/zipline/__main__.py +++ b/zipline/__main__.py @@ -342,7 +342,7 @@ def ingest(bundle, assets_version, show_progress): type=int, metavar='N', help='Clear all but the last N downloads.' - ' This may not be passed with -b / --before or -a / --after', + ' This may not be passed with -e / --before or -a / --after', ) def clean(bundle, before, after, keep_last): """Clean up data downloaded with the ingest command.