summaryrefslogtreecommitdiff
path: root/src/rhctl/audio_switch_command.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhctl/audio_switch_command.go')
-rw-r--r--src/rhctl/audio_switch_command.go2
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