forked from Mirror/pmbootstrap
zap: add -d
/--distfiles
argument to clear downloaded files cache (#576)
This commit is contained in:
parent
c6e210d4e7
commit
207c200229
3 changed files with 7 additions and 2 deletions
|
@ -172,6 +172,8 @@ def arguments():
|
|||
zap.add_argument("-m", "--mismatch-bins", action="store_true", help="also delete"
|
||||
" binary packages that are newer than the corresponding"
|
||||
" package in aports")
|
||||
zap.add_argument("-d", "--distfiles", action="store_true", help="also delete"
|
||||
" downloaded files cache")
|
||||
|
||||
# Action: stats
|
||||
stats = sub.add_parser("stats", help="show ccache stats")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue