diff --git a/README.md b/README.md index d5e1c92b..ecf8094b 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- `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` \ No newline at end of file