Skip to content

Commit 3bd5e5a

Browse files
author
Sara Safavi
committed
fix item type option to allow multiple item types in quick search again
1 parent 8153f6b commit 3bd5e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet/scripts/opts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def limit_option(default):
7878
)
7979

8080
item_type_option = click.option(
81-
'--item-type', multiple=False, required=True, type=ItemType(), help=(
81+
'--item-type', multiple=True, required=True, type=ItemType(), help=(
8282
'Specify item type(s)'
8383
)
8484
)

0 commit comments

Comments
 (0)