Skip to content

Commit e47d134

Browse files
committedFeb 13, 2024·
fix a typo
1 parent d3509db commit e47d134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎eoxserver/resources/coverages/management/commands/timeseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def add_arguments(self, parser):
7878
help="Path to timeseries file.",
7979
)
8080
register_parser.add_argument(
81-
"--product-type-name.",
81+
"--product-type-name",
8282
required=True,
8383
help="The product type name.",
8484
)

0 commit comments

Comments
 (0)
Please sign in to comment.