DOC: Fix typo in -k/--keep-last option description

This commit is contained in:
Alexey Degtyarev
2017-02-28 19:42:10 +03:00
committed by Richard Frank
parent 091a4843ed
commit 02c1458328
+1 -1
View File
@@ -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.