fix: update xlsx arg descripton (xslx -> xlsx)

This commit is contained in:
Matheus Felipe 2024-03-15 13:56:02 -03:00
parent 07a480acab
commit 14f1027681
No known key found for this signature in database
GPG Key ID: DEA9F17404F4AA7A
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ optional arguments:
path.
--csv Create Comma-Separated Values (CSV) File.
--xlsx Create the standard file for the modern Microsoft Excel
spreadsheet (xslx).
spreadsheet (xlsx).
--site SITE_NAME Limit analysis to just the listed sites. Add multiple options to
specify more than one site.
--proxy PROXY_URL, -p PROXY_URL

View File

@ -555,7 +555,7 @@ def main():
action="store_true",
dest="xlsx",
default=False,
help="Create the standard file for the modern Microsoft Excel spreadsheet (xslx).",
help="Create the standard file for the modern Microsoft Excel spreadsheet (xlsx).",
)
parser.add_argument(
"--site",