fix command line doc
This commit is contained in:
parent
72e37e33b4
commit
ff9078d59f
4 changed files with 103 additions and 42 deletions
|
|
@ -554,7 +554,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
if (safeMode && (consoleMode || benchMode || infoMode || outName!="" || vgmOutName!="" || cmdOutName!="")) {
|
||||
logE("you can't use safe mode and console/export mode together.");
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (safeMode && !safeModeWithAudio) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue