Update README.md

This commit is contained in:
Сергей Морозов 2022-05-31 16:07:14 +03:00
parent 194414873a
commit 6e99c6f43b
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Tool to cleanup backup directory with daily, weekly and monthly backups.
```
```text
usage: clean-backups.py [-h] [-d N] [-w N] [-m N] [-f] PATH
Cleanup old backups
@ -16,4 +16,4 @@ optional arguments:
-w N, --weekly N keep N weekly backups, default: 4
-m N, --monthly N keep N monthly backups, default: 3
-f, --force suppress remove confirmation
```
```