diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rhctl/audio_switch_command.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rhctl/audio_switch_command.go b/src/rhctl/audio_switch_command.go index 7c9e4b6..3c67b3c 100644 --- a/src/rhctl/audio_switch_command.go +++ b/src/rhctl/audio_switch_command.go @@ -402,11 +402,11 @@ func SwitchCommandHelp() []string { return []string{ "state <state-type>", " request status update. The following types are allowed:", - " - audio audio input/ouput routings", - " - gpi state of general purpose inputs", - " - oc state of open-collector outputs", - " - relay state of relay outputs", - " - silence output silence monitor state", + " - audio audio input/ouput routings", + " - gpi state of general purpose inputs", + " - oc state of open-collector outputs", + " - relay state of relay outputs", + " - silence output silence monitor state", "", "out <num> <cmd> [ <input> ]", " change audio input/output routings.", |