docs: update to latest useage

This commit is contained in:
xiazeyu 2018-08-06 13:21:45 +08:00
parent 192056e19b
commit f4ee915678
No known key found for this signature in database
GPG Key ID: F8162BE75DCCDC2D

View File

@ -265,7 +265,7 @@ to start init.bat with custom argument(`/startNotepad`) and put
```batch
call %flag_exists% "/startNotepad" "cmd /c start notepad.exe"`
call %flag_exists% "/startNotepad" "start" "notepad.exe"`
```