From 4606b88e9373ef2d831175a7eb154e4906c22fe4 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Sat, 8 Apr 2023 17:53:21 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 491ad33..e496eec 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ ### Running the script via SSH You run the script in a shell with sudo -i or as root. ```YAML -sudo -i /path-to-script/syno_hdd_db.sh +sudo -i /path-to-script/syno_hdd_db.sh -nr ``` **Note:** Replace /path-to-script/ with the actual path to the script on your Synology. @@ -69,7 +69,7 @@ ### Running the script via SSH If you run the script with the -showedits flag it will show you the changes it made to the Synology's compatible-drive database. Obviously this is only useful if you run the script in a shell. ```YAML -sudo -i /path-to-script/syno_hdd_db.sh -showedits +sudo -i /path-to-script/syno_hdd_db.sh -nr -showedits ``` **Note:** Replace /path-to-script/ with the actual path to the script on your Synology.