pacmd: Fix typo in set-default-* help
authorPeter Mattern <pmattern@arcor.de>
Wed, 14 Oct 2015 16:39:50 +0000 (18:39 +0200)
committerArun Raghavan <git@arunraghavan.net>
Fri, 30 Oct 2015 13:17:16 +0000 (18:47 +0530)
which was causing faulty output when running 'pacmd --help' on the shell

src/utils/pacmd.c

index 547ebe1..616573c 100644 (file)
@@ -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"));