Skip to content

Commit 8b5bb27

Browse files
committed
check: fix docs
the `--stdin` doc was copied from `fmt` but was never adapted. closes #117
1 parent 9b8a0ab commit 8b5bb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/check.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ const Command = struct {
290290
\\
291291
\\Options:
292292
\\
293-
\\ --stdin Format bytes from stdin and output to stdout.
293+
\\ --stdin Validate a HTML document coming from stdin.
294294
\\ Mutually exclusive with other input arguments.
295295
\\ --stdin-super Same as --stdin but for SuperHTML files.
296296
\\ --syntax-only Disable HTML element and attribute validation.

0 commit comments

Comments
 (0)