Skip to content

Commit 0a4eecb

Browse files
committed
docs: make it clear that linting skips validation
1 parent 3f4aa45 commit 0a4eecb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

stac_validator/stac_validator.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010

1111
@click.command()
1212
@click.argument("stac_file")
13-
@click.option("--lint", is_flag=True, help="Use stac-check to lint stac object.")
13+
@click.option(
14+
"--lint",
15+
is_flag=True,
16+
help="Use stac-check to lint stac object instead of validating it.",
17+
)
1418
@click.option(
1519
"--core", is_flag=True, help="Validate core stac object only without extensions."
1620
)

0 commit comments

Comments
 (0)