Karim shoair commited on
Commit
c0cf681
·
1 Parent(s): 6aa96de

fix: correct cli argument

Browse files
Files changed (1) hide show
  1. scrapling/cli.py +1 -1
scrapling/cli.py CHANGED
@@ -605,7 +605,7 @@ def delete(
605
  help="CSS selector to extract specific content from the page. It returns all matches.",
606
  )
607
  @option("--wait-selector", help="CSS selector to wait for before proceeding")
608
- @option("--locale", default="en-US", help="Browser locale (default: en-US)")
609
  @option(
610
  "--real-chrome/--no-real-chrome",
611
  default=False,
 
605
  help="CSS selector to extract specific content from the page. It returns all matches.",
606
  )
607
  @option("--wait-selector", help="CSS selector to wait for before proceeding")
608
+ @option("--locale", default=None, help="Specify user locale. Defaults to the system default locale.")
609
  @option(
610
  "--real-chrome/--no-real-chrome",
611
  default=False,