Skip to content

Commit

Permalink
#937: Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjyoon committed Jul 31, 2024
1 parent 591bb91 commit c850733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_subscriber/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def create_parser():
grace_mins = {"positionals": ["--grace-mins"],
"kwargs": {"dest": "grace_mins",
"type": int,
"help": "Used when querying for RTC and CSLC input files."}}
"help": "CURRENTLY NOT USED. Used when querying for CSLC input files."}}

m = {"positionals": ["--m"],
"kwargs": {"dest": "m",
Expand Down

0 comments on commit c850733

Please sign in to comment.