From 207547b3ab3be20af5e71ccb9977bab4b2ee143f Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 12 Nov 2023 20:54:24 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 63c6d8c..48c1e50 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,11 @@ pvekclean -f -k 3 ```bash 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