Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mdformat/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def make_arg_parser(
epilog=(epilog if epilog else None),
formatter_class=argparse.RawDescriptionHelpFormatter,
)
parser.add_argument("paths", nargs="*", help="files to format")
parser.add_argument("paths", nargs="*", help="files to format, or '-' for stdin")
parser.add_argument(
"--check", action="store_true", help="do not apply changes to files"
)
Expand Down