From d6f1ce39e8273bb016cf7f6652aa9294f16629fb Mon Sep 17 00:00:00 2001 From: Edo Date: Thu, 23 Feb 2023 11:11:21 +0100 Subject: [PATCH] maint(main): update comment --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c6df811..7e2d2df 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,7 +91,7 @@ int main(const int argc, const char** argv) console::set_title("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++) { if (std::strcmp(argv[i], "-master") == 0)