Skip to content

Commit 36d0c9b

Browse files
authored
Removed plural in bundle
The bundle option only takes one bundle, but the plural makes it look like it could have more.
1 parent 8fae03d commit 36d0c9b

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
@@ -85,7 +85,7 @@ def limit_option(default):
8585

8686
bundle_option = click.option(
8787
'--bundle', multiple=False, required=True, type=Bundle(), help=(
88-
'Specify bundle(s)'
88+
'Specify bundle'
8989
)
9090
)
9191

0 commit comments

Comments
 (0)