diff mbox series

[v6,1/2] Correct typo in dt-doc-validate command

Message ID 20230113205518.206306-1-sjg@chromium.org
State New
Headers show
Series [v6,1/2] Correct typo in dt-doc-validate command | expand

Commit Message

Simon Glass Jan. 13, 2023, 8:55 p.m. UTC
The example here does not work. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README.md b/README.md
index bcc4b54..9d2f6e8 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@  them against the DT meta-schema.
 
 Example:
 ```
-dt-doc-validate -u test/schema test/schemas/good-example.yaml
+dt-doc-validate -u test/schemas test/schemas/good-example.yaml
 ```
 
 `tools/dt-mk-schema`