diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 3930acce60..547bed94ab 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -128,7 +128,7 @@ int main(int argc, const char* argv[]) { } QCommandLineParser parser; - QCommandLineOption checkMinSpecOption("checkMinSpec", "Check machine has minimum specifications"); + QCommandLineOption checkMinSpecOption("checkMinSpec", "Check if machine meets minimum specifications"); QCommandLineOption runServerOption("runServer", "Whether to run the server"); QCommandLineOption serverContentPathOption("serverContentPath", "Where to find server content", "serverContentPath"); parser.addOption(checkMinSpecOption);