diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-23 21:09:11 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-23 21:09:11 (GMT) |
commit | 64f510e387b22e5f9bd02a60ba5f205830dc5ced (patch) | |
tree | 81c8e05ea2e16df1d622fab2c9e0358d137ef9e7 /src | |
parent | 9659ee9e7c3f39832d83b383872e7eb0e16af79a (diff) |
fixed help output for audio output command
Diffstat (limited to 'src')
-rw-r--r-- | src/rhctl/audio_switch_command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhctl/audio_switch_command.go b/src/rhctl/audio_switch_command.go index 53da812..612c544 100644 --- a/src/rhctl/audio_switch_command.go +++ b/src/rhctl/audio_switch_command.go @@ -541,7 +541,7 @@ func SwitchCommandParseAudio(args []string) (cmdstr SwitchCmdString, cmdargs []i } } default: - err = fmt.Errorf("unknown operation: '%s', must be one of latch, unlatch, pulse", args[1]) + err = fmt.Errorf("unknown operation: '%s', must be one of apply, add, remove, up, down, mute", args[1]) return } return |