mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pacmd: Fix typo in set-default-* help
which was causing faulty output when running 'pacmd --help' on the shell
This commit is contained in:
parent
9fecb6eb32
commit
01aec46fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue