Skip to content

Commit 53a5ba5

Browse files
authored
Update stac_validator.py
1 parent a8c02bc commit 53a5ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_validator/stac_validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@click.option(
1414
"--lint",
1515
is_flag=True,
16-
help="Use stac-check to lint stac object instead of validating it.",
16+
help="Use stac-check to lint the stac object in addition to validating it.",
1717
)
1818
@click.option(
1919
"--core", is_flag=True, help="Validate core stac object only without extensions."

0 commit comments

Comments
 (0)