Skip to content

Commit

Permalink
fix option name to driver
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Sep 26, 2018
1 parent b5d1b6e commit 3546179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cligj/__init__.py
Expand Up @@ -49,7 +49,7 @@

# Format driver option.
format_opt = click.option(
'-f', '--format', '--driver',
'-f', '--format', '--driver', 'driver',
default='GTiff',
help="Output format driver")

Expand Down

0 comments on commit 3546179

Please sign in to comment.