Skip to content

Commit

Permalink
Updated help string
Browse files Browse the repository at this point in the history
Reflect recent changes regarding variable/operation renaming.
  • Loading branch information
jjcarrier committed Nov 23, 2024
1 parent 3074303 commit 36a205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ProcessArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static void ShowHelp()
grid.AddRow(" [white]--read-out[/], [white]--ro[/]", "",
"Reads the current output parameters.");
grid.AddRow(" [white]--read-act[/], [white]--ra[/]", "[silver][[CNT]] [[MS]][/]",
"Reads the actual (sensed) output levels, where [white]CNT[/] is the total number of times to read the output level, and [white]MS[/] is the delay time in milliseconds between each read operation.");
"Reads the active status, where [white]CNT[/] is the total number of times to read the status information, and [white]MS[/] is the delay time in milliseconds between each read operation.");
grid.AddRow(" [white]--read-pre[/], [white]--rp[/]", "[silver][[IDX]] [[CNT]][/]",
"Reads the preset parameters from the specified preset index, [white]IDX[/] (units: index, range: 0-9, default = 0). The optional [white]CNT[/] parameter allows a range of presets to be read in a single command.");
grid.AddRow(" [white]--on[/]", "",
Expand Down

0 comments on commit 36a205d

Please sign in to comment.