diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-03 22:34:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-03 22:34:34 (GMT) |
commit | 2350f07eaf88b1cb04b177cebfb9b6174ed94b2d (patch) | |
tree | 2e98e1a797c1e714696574cc50552ceaeeffceda /src | |
parent | 6dc55a27e931b7d2c1ab2a82a75e96c87153224b (diff) |
cleanup help text
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.", |