提交 11579810 编写于 作者: G Gol-D-Ace 提交者: GitHub

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

UI: Don't exit on unknown command line arguments
......@@ -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);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册