Skip to content

Commit 61c74d8

Browse files
committed
fix: fix help text in cmdline option +W
1 parent 3c01418 commit 61c74d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zxbc/args_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def parser() -> argparse.ArgumentParser:
170170
"--enable-warning",
171171
type=parse_warning_option,
172172
action="append",
173-
help="Disables warning WXXX (i.e. -W100 disables warning with code W100)",
173+
help="Enables warning WXXX (i.e. -W100 disables warning with code W100)",
174174
)
175175
parser_.add_argument("--hide-warning-codes", action="store_true", default=None, help="Hides WXXX codes")
176176
parser_.add_argument(

0 commit comments

Comments
 (0)