mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 18:43:15 +08:00
DOC: Fix typo in -k/--keep-last option description
This commit is contained in:
committed by
Richard Frank
parent
091a4843ed
commit
02c1458328
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user