From 5b1e782b9b9c30cbdfdcd091bf41ad21886ecfab Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 18 Aug 2026 18:35:30 -0500 Subject: [PATCH] Update CLI description to match about in UI --- cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.cpp b/cli.cpp index 77328f739..b4d87e253 100644 --- a/cli.cpp +++ b/cli.cpp @@ -390,7 +390,7 @@ void OptionHelp() std::string help_text; help_text += "OpenRGB "; help_text += VERSION_STRING; - help_text += ", for controlling RGB lighting.\n"; + help_text += ", an open-source RGB control utility\n"; help_text += "Usage: OpenRGB (--device [--mode] [--color])...\n"; help_text += "\n"; help_text += "Options:\n";