From 1b3eaf55b2dd23e960287b96de0876cb71af71dc Mon Sep 17 00:00:00 2001 From: Anton Smith Date: Thu, 22 Jun 2023 08:16:56 +1200 Subject: [PATCH] Fixing typos with showedits argument --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 310d081..2eb39e7 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,10 @@ ### 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. +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 -nr -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.