Skip to content

Commit b4bef0c

Browse files
ischneiderCopilot
andauthored
Update planet/cli/data.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2228ba7 commit b4bef0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planet/cli/data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ def _func(obj):
172172
@click.option(
173173
"--geom-relation",
174174
type=click.Choice(["intersects", "contains", "within", "disjoint"]),
175-
help="""Optional geometry search refinement, defaults to intersects.
176-
May also be contains, within, or disjoint.""",
175+
help="""Geometry search relation. Options are intersects (default), contains, within, or disjoint.""",
177176
)
178177
@click.option('--number-in',
179178
type=click.Tuple([types.Field(), types.CommaSeparatedFloat()]),

0 commit comments

Comments
 (0)