We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c02bc commit 53a5ba5Copy full SHA for 53a5ba5
stac_validator/stac_validator.py
@@ -13,7 +13,7 @@
13
@click.option(
14
"--lint",
15
is_flag=True,
16
- help="Use stac-check to lint stac object instead of validating it.",
+ help="Use stac-check to lint the stac object in addition to validating it.",
17
)
18
19
"--core", is_flag=True, help="Validate core stac object only without extensions."
0 commit comments