[pulseaudio-discuss] [PATCH] Fix typo in ./src/utils/pacmd.c
Peter Mattern
pmattern at arcor.de
Wed Oct 14 09:39:50 PDT 2015
which was causing faulty output when running 'pacmd --help' on the shell
---
src/utils/pacmd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c
index 547ebe1..616573c 100644
--- a/src/utils/pacmd.c
+++ b/src/utils/pacmd.c
@@ -57,7 +57,7 @@ static void help(const char *argv0) {
printf("%s %s %s\n", argv0, "set-(sink-input|source-output)-mute", _("#N 1|0"));
printf("%s %s %s\n", argv0, "update-(sink|source)-proplist", _("NAME|#N KEY=VALUE"));
printf("%s %s %s\n", argv0, "update-(sink-input|source-output)-proplist", _("#N KEY=VALUE"));
- printf("%s %s %s\n", argv0, "set-default(sink|source)", _("NAME|#N"));
+ printf("%s %s %s\n", argv0, "set-default-(sink|source)", _("NAME|#N"));
printf("%s %s %s\n", argv0, "kill-(client|sink-input|source-output)", _("#N"));
printf("%s %s %s\n", argv0, "play-sample", _("NAME SINK|#N"));
printf("%s %s %s\n", argv0, "remove-sample", _("NAME"));
--
2.6.1
More information about the pulseaudio-discuss
mailing list