Skip to content

Commit

Permalink
Update CLI description
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki committed Jun 23, 2024
1 parent 95eb8e5 commit 7c64589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LenovoLegionToolkit.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ public class Program

private static Parser BuildCommandLine()
{
var root = new RootCommand("Control LLT");
var root = new RootCommand("Utility that controls Lenovo Legion Toolkit from command line.\n\n" +
"Lenovo Legion Toolkit must be running in the background and CLI setting must be " +
"turned on for this utility to work.");

var builder = new CommandLineBuilder(root)
.UseDefaults()
Expand Down

0 comments on commit 7c64589

Please sign in to comment.