Skip to content

Commit

Permalink
ok black
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue committed Oct 31, 2019
1 parent 3c1e220 commit c7783db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sentinelsat/scripts/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ def convert(self, value, param, ctx):
help="Start date of the query in the format YYYYMMDD.",
)
@click.option(
"--end", "-e",
"--end",
"-e",
default="NOW",
show_default=True,
help="End date of the query in the format YYYYMMDD."
help="End date of the query in the format YYYYMMDD.",
)
@click.option(
"--geometry", "-g", type=click.Path(exists=True), help="Search area geometry as GeoJSON file."
Expand Down

0 comments on commit c7783db

Please sign in to comment.