Skip to content

Commit

Permalink
Merge 9539663 into 31aa31a
Browse files Browse the repository at this point in the history
  • Loading branch information
lkiesow committed Dec 9, 2019
2 parents 31aa31a + 9539663 commit 6a601d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sentinel5dl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def main():
parser.add_argument(
'--polygon',
type=is_polygon,
default='7.88 49.34,13.45 49.34,13.45 52.87,7.88 52.87,7.88 49.34',
help='''Polygon defining an area by a set of coordinates.
Example: 30.1 10.0, 40.0 40.1, 20 40, 10 20, 30.1 10.0'''
)
Expand Down Expand Up @@ -132,7 +131,7 @@ def main():
parser.add_argument(
'--use-certifi',
action='store_true',
help='''If Certificate Authority (CA) bundle is not already supplied
help='''If a Certificate Authority (CA) bundle is not already supplied
by your operating system, certifi provides an easy way of
providing a cabundle.'''
)
Expand Down

0 comments on commit 6a601d9

Please sign in to comment.