mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-19 19:32:53 +00:00
maint(main): update comment
This commit is contained in:
parent
0949f16da6
commit
d6f1ce39e8
@ -91,7 +91,7 @@ int main(const int argc, const char** argv)
|
|||||||
console::set_title("X Labs Master Tool");
|
console::set_title("X Labs Master Tool");
|
||||||
console::log("Starting X Labs Master Tool");
|
console::log("Starting X Labs Master Tool");
|
||||||
|
|
||||||
// Parse command-line flags
|
// Parse command-line arguments
|
||||||
for (auto i = 1; i < argc; i++)
|
for (auto i = 1; i < argc; i++)
|
||||||
{
|
{
|
||||||
if (std::strcmp(argv[i], "-master") == 0)
|
if (std::strcmp(argv[i], "-master") == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user