Merge pull request #835 from VodBox/chromium-flags-patch

UI: Don't exit on unknown command line arguments
This commit is contained in:
Gol-D-Ace 2017-03-01 20:27:40 +01:00 committed by GitHub
commit 11579810a5

View File

@ -1806,12 +1806,6 @@ int main(int argc, char *argv[])
std::cout << "OBS Studio - " <<
App()->GetVersionString() << "\n";
exit(0);
} else {
std::cout <<
"Invalid arguments. Use --help or -h to get " <<
"a list of available command line arguments.\n";
exit(0);
}
}