fix: --keep-last flag
This commit is contained in:
parent
25db72340d
commit
166bada6eb
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def forget(repository: str, keeplast: str, hourly: str, daily: str, weekly: str,
|
||||||
'forget',
|
'forget',
|
||||||
'--group-by',
|
'--group-by',
|
||||||
'paths,tags',
|
'paths,tags',
|
||||||
'-keep-last',
|
'--keep-last',
|
||||||
keeplast,
|
keeplast,
|
||||||
'--keep-hourly',
|
'--keep-hourly',
|
||||||
hourly,
|
hourly,
|
||||||
|
|
Loading…
Add table
Reference in a new issue