small readme tweak

This commit is contained in:
Mat Ryer 2020-09-18 09:58:15 +01:00
parent 171f1993f4
commit 0d9680fd45

View File

@ -38,7 +38,8 @@ moq [flags] source-dir interface [interface2 [interface3 [...]]]
generated outside of the tested package generated outside of the tested package
Specifying an alias for the mock is also supported with the format 'interface:alias' Specifying an alias for the mock is also supported with the format 'interface:alias'
Ex: moq -pkg different . MyInterface:MyMock
Example: moq -pkg different . MyInterface:MyMock
``` ```
**NOTE:** `source-dir` is the directory where the source code (definition) of the target interface is located. **NOTE:** `source-dir` is the directory where the source code (definition) of the target interface is located.