From 8b0037007f96460788120d6a98d430198ff5213e Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Tue, 25 Apr 2023 08:35:43 +1000 Subject: [PATCH] Update README.md Added --restore option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2b38fd..6357916 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ ### Options when running the script * If you run the script without --force or -f it will re-eanble "support_disk_compatibility". * --ram or -r to disable "support_memory_compatibility". * If you run the script without --ram or -r it will re-eanble "support_memory_compatibility". +* --restore to undo all the changes the script has made.