From 64f510e387b22e5f9bd02a60ba5f205830dc5ced Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 23 Sep 2016 23:09:11 +0200 Subject: fixed help output for audio output command 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 -- cgit v0.10.2