diff --git a/cligj/__init__.py b/cligj/__init__.py index e8720f5..b4040d0 100755 --- a/cligj/__init__.py +++ b/cligj/__init__.py @@ -49,7 +49,7 @@ # Format driver option. format_opt = click.option( - '-f', '--format', '--driver', + '-f', '--format', '--driver', 'driver', default='GTiff', help="Output format driver")