Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit f0faebf

Browse files
committed
improve: make --compact-tables help text consistent with core mdformat
1 parent ab2d1ec commit f0faebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdformat_tables/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def add_cli_argument_group(group: argparse._ArgumentGroup) -> None:
1313
group.add_argument(
1414
"--compact-tables",
1515
action="store_true",
16-
help="If specified, do not add padding to table cells.",
16+
help="do not add padding to table cells",
1717
)
1818

1919

0 commit comments

Comments
 (0)