chore: update flags

main
Guilian 2025-01-20 19:29:31 +01:00
parent b94a21cb2e
commit c72e178787
Signed by: Guilian
GPG Key ID: B86CC9678982ED8C
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ Where:
### Flags
* `-1`, `--first-only`: Return only the first match
* `-q`, `--quiet`: Don't print warnings
* `-e`, `--errors`: print warnings
* `-t`, `--text`: Print only the [innerText](https://developer.mozilla.org/fr/docs/Web/API/HTMLElement/innerText) of the matched elements
## Motivation

View File

@ -22,7 +22,7 @@ local function print_usage()
logger.print()
logger.print(" Flags:")
logger.print(" -1, --first-only: return only the first match")
logger.print(" -q, --quiet: Don't print warnings")
logger.print(" -e, --errors: print warnings")
logger.print(" -t, --text: Print only the innerText of the matched elements")
os.exit(1)
end