Commit 4578ee8d authored by multrus's avatar multrus
Browse files

fix commandline options

parent d54f3285
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -81,7 +81,8 @@ def add_processing_args(group, input=True):
    group.add_argument(
        f"-{ps}mk",
        f"--{p}_mask",
        help="Apply filtering with mask (default = %(default)s)",
        type=str,
        help="Apply filtering with mask ((HP50, 20KBP or None; default = %(default)s)",
        default=None,
    )
    group.add_argument(