Update README.md

This commit is contained in:
Jordan
2023-11-12 20:54:24 +01:00
committed by GitHub
parent 3110d396be
commit 207547b3ab
+5
View File
@@ -97,6 +97,11 @@ pvekclean -f -k 3
```bash ```bash
pvekclean -rn -k 2 pvekclean -rn -k 2
``` ```
**Perform a Dry Run without Making Changes:**
```bash
pvekclean -d
```
This command runs PVE Kernel Cleaner in dry run mode, simulating actions without actually removing any kernels or making changes to your system. It's useful for testing and understanding what the script would do.
## Developers ## Developers