aboutsummaryrefslogtreecommitdiffstats
path: root/docs/windows/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/windows/README.md')
-rw-r--r--docs/windows/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/windows/README.md b/docs/windows/README.md
index a511ba86b..a72cec627 100644
--- a/docs/windows/README.md
+++ b/docs/windows/README.md
@@ -35,9 +35,9 @@ cl executor\executor_windows.cc /EHsc -o bin\windows_amd64\syz-executor.exe \
Msimg32.lib RpcRT4.lib Rpcrt4.lib lz32.lib
```
-To run `syz-stress`:
+To run `syz-execprog`:
```
-bin\windows_amd64\syz-stress.exe -executor c:\full\path\to\bin\windows_amd64\syz-executor.exe
+bin\windows_amd64\syz-execprog.exe -executor c:\full\path\to\bin\windows_amd64\syz-executor.exe -stress
```
Windows is supported by only `gce` VMs at the moment.