diff --git a/docs/scan.md b/docs/scan.md
index 41a8265..630694f 100644
--- a/docs/scan.md
+++ b/docs/scan.md
@@ -13,7 +13,7 @@ dumpsync scan -t
-p
### Parameters
-- **-t ``**: Specifies the name of the table to be scanned. The command will check the fields in the table for any inputs that could be vulnerable to XSS attacks.
+- **-t ``**: Specifies the name of the table or multiple tables (split by commas) to be scanned. The command will check the fields in the table for any inputs that could be vulnerable to XSS attacks.
- **-p ** (Optional): Specifies the path or URL to the payload file containing XSS scripts that will be tested on the input fields of the table.
- **-l ``** (Optional): Specifies the limit of the number of rows to scan.
- **-o ``** (Optional): Specifies the offset from where to start scanning the rows.