From bfc789f072f3e4f80a0abc5c06effc9169272541 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Wed, 14 Dec 2016 15:44:00 -0800 Subject: [PATCH] CR - CLI text --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);