2
0
mirror of https://github.com/cmderdev/cmder.git synced 2025-04-24 02:22:32 +08:00

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

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