From 3110d396bece47b60a37a759694e98f8717577b7 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 12 Nov 2023 20:03:49 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52ddf74..63c6d8c 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,10 @@ Example of usage: -f, --force Force the removal of old PVE kernels without confirm prompts -rn, --remove-newer Remove kernels that are newer than the currently running kernel -s, --scheduler Have old PVE kernels removed on a scheduled basis --v, --version Shows current version of $program_name --r, --remove Uninstall $program_name from the system --d, --debug Run the program in debug mode for testing without making system changes +-v, --version Shows current version of pvekclean +-r, --remove Uninstall pvekclean from the system +-i, --install Install pvekclean to the system +-d, --dry-run Run the program in dry run mode for testing without making system changes ```