Skip to content

Commit ca4849d

Browse files
authored
Merge pull request #239 from planetlabs/update-bundle-language
Removed plural in bundle
2 parents 5dc42d4 + 36d0c9b commit ca4849d

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)