diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ use std::ffi::c_void; use std::ptr; ``` -- The tool prints the generated UUID strings to stdout and writes the stub source file (`stub.c` or `stub.py`). +- The tool prints the generated UUID strings to stdout and writes source files for the selected stub: `stub.py`, `stub.c` or `stub/src/main.rs`. ## License |