update readme

This commit is contained in:
kjeld Schouten-Lebbing 2022-01-20 16:00:41 +01:00
parent 1c41a77e12
commit 22c3d3d050
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB

View File

@ -38,7 +38,13 @@ Additional options are available:
- `truetool -r` or ` truetool --restore` **WIP** restores a specific backup by name
- `truetool -d` or ` truetool --delete` deletes a specific backup by name
#### Other
### Other
- `truetool -s` or ` truetool --sync` to sync the catalogs before running updates
- `truetool -p` or ` truetool --prune` to prune (remove) old docker images after running auto-update
- `truetool -p` or ` truetool --prune` to prune (remove) old docker images after running auto-update
### Important note
Please use the above arguments seperatly, combining them might not work as you would expect.
So use: `truetool -u -b -p -s -a`
not: `truetool -ubpsa`