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

pull/2050/head
Matheus Felipe 2 months ago
parent 07a480acab
commit 14f1027681
No known key found for this signature in database
GPG Key ID: DEA9F17404F4AA7A

@ -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

@ -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",

Loading…
Cancel
Save