mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-03 23:17:47 +00:00
reword short desc for strip send
This commit is contained in:
parent
2730f8dc5d
commit
7536c4fe24
@ -255,8 +255,8 @@ var stripFadeInCmd = &cobra.Command{
|
|||||||
|
|
||||||
// stripSendCmd represents the strip send command.
|
// stripSendCmd represents the strip send command.
|
||||||
var stripSendCmd = &cobra.Command{
|
var stripSendCmd = &cobra.Command{
|
||||||
Short: "Commands to get or set strip send levels",
|
Short: "Get or set the send levels for individual strips",
|
||||||
Long: "Commands to get or set the send levels for individual strips.",
|
Long: "Get or set the send level from a specific strip to a specific bus.",
|
||||||
Use: "send [strip number] [bus number] [level in dB]",
|
Use: "send [strip number] [bus number] [level in dB]",
|
||||||
Example: ` # Get the send level of strip 1 to bus 1
|
Example: ` # Get the send level of strip 1 to bus 1
|
||||||
xair-cli strip send 1 1
|
xair-cli strip send 1 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user