maint(main): update comment

This commit is contained in:
6arelyFuture 2023-02-23 11:11:21 +01:00 committed by GitHub
parent 0949f16da6
commit d6f1ce39e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)