mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
pacmd: Placeholders describing command line options should not have spaces
<EP-F69A421D31544C56BDE97C590307C014> Buglink: https://bugs.freedesktop.org/show_bug.cgi?id=78565 Signed-off-by: Manish Sogi <manish.sogi@samsung.com>
This commit is contained in:
parent
954503d074
commit
1d4715c43f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ static void help(const char *argv0) {
|
|||
printf("%s %s %s\n", argv0, "set-(sink|source)-port", _("NAME|#N PORT"));
|
||||
printf("%s %s %s\n", argv0, "set-port-latency-offset", _("CARD-NAME|CARD-#N PORT OFFSET"));
|
||||
printf("%s %s %s\n", argv0, "set-log-target", _("TARGET"));
|
||||
printf("%s %s %s\n", argv0, "set-log-level", _("NUMERIC LEVEL"));
|
||||
printf("%s %s %s\n", argv0, "set-log-level", _("NUMERIC-LEVEL"));
|
||||
printf("%s %s %s\n", argv0, "set-log-meta", _("1|0"));
|
||||
printf("%s %s %s\n", argv0, "set-log-time", _("1|0"));
|
||||
printf("%s %s %s\n", argv0, "set-log-backtrace", _("FRAMES"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue