fix: correct cli argument

This commit is contained in:
Karim shoair
2025-12-31 03:00:06 +02:00
parent d4ae6c49c0
commit 3b9a6d021e
+1 -1
View File
@@ -605,7 +605,7 @@ def delete(
help="CSS selector to extract specific content from the page. It returns all matches.",
)
@option("--wait-selector", help="CSS selector to wait for before proceeding")
@option("--locale", default="en-US", help="Browser locale (default: en-US)")
@option("--locale", default=None, help="Specify user locale. Defaults to the system default locale.")
@option(
"--real-chrome/--no-real-chrome",
default=False,