summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/pactl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index d6791d467..e9bf005b6 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -1953,7 +1953,7 @@ int main(int argc, char *argv[]) {
action = SET_SINK_MUTE;
if (argc != optind+3) {
- pa_log(_("You have to specify a sink name/index and a mute boolean"));
+ pa_log(_("You have to specify a sink name/index and a mute action (0, 1, or 'toggle')"));
goto quit;
}
@@ -1968,7 +1968,7 @@ int main(int argc, char *argv[]) {
action = SET_SOURCE_MUTE;
if (argc != optind+3) {
- pa_log(_("You have to specify a source name/index and a mute boolean"));
+ pa_log(_("You have to specify a source name/index and a mute action (0, 1, or 'toggle')"));
goto quit;
}
@@ -1983,7 +1983,7 @@ int main(int argc, char *argv[]) {
action = SET_SINK_INPUT_MUTE;
if (argc != optind+3) {
- pa_log(_("You have to specify a sink input index and a mute boolean"));
+ pa_log(_("You have to specify a sink input index and a mute action (0, 1, or 'toggle')"));
goto quit;
}
@@ -2001,7 +2001,7 @@ int main(int argc, char *argv[]) {
action = SET_SOURCE_OUTPUT_MUTE;
if (argc != optind+3) {
- pa_log(_("You have to specify a source output index and a mute boolean"));
+ pa_log(_("You have to specify a source output index and a mute action (0, 1, or 'toggle')"));
goto quit;
}