Skip to content

Commit

Permalink
Merge pull request #642 from djhoese/bugfix-mirs-cli-name
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 21, 2023
2 parents 198070d + 3be9750 commit 7dc57aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polar2grid/readers/mirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def add_reader_argument_groups(
) -> tuple[Optional[_ArgumentGroup], Optional[_ArgumentGroup]]:
"""Add reader-specific command line arguments to an existing argument parser."""
if group is None:
group = parser.add_argument_group(title="VIIRS SDR Reader")
group = parser.add_argument_group(title="MiRS Reader")

group.add_argument(
"--bt-channels",
Expand Down

0 comments on commit 7dc57aa

Please sign in to comment.