Skip to content

Commit 2244a93

Browse files
committedMar 3, 2025·
Improves documentation
1 parent ad10b3a commit 2244a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ Would expect the following .gitattributes file content:
179179
The `--report-stale-export-ignores` option extends the validation to look for export-ignore statements referencing non-existent
180180
repository artifacts. In combination with the `--diff` option these will be shown in the output.
181181

182-
The `--stdin-input` option allows the validate command to read from `STDIN` so that the following can be used for validation.
183-
It currently only does a strict comparison.
182+
The `--stdin-input` option allows the validate command to read from `STDIN`, so that the following piped output
183+
can be used for validation. It currently only does a strict comparison.
184184

185185
```bash
186186
cat .gitattributes | lean-package-validator validate --stdin-input

0 commit comments

Comments
 (0)
Please sign in to comment.