<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:manish.sogi@samsung.com" title="Manish <manish.sogi@samsung.com>"> <span class="fn">Manish</span></a>
</span> changed
<a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Placeholders describing command line options should not have spaces"
href="https://bugs.freedesktop.org/show_bug.cgi?id=78565">bug 78565</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>ASSIGNED
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>pulseaudio-bugs@lists.freedesktop.org
</td>
<td>manish.sogi@samsung.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Placeholders describing command line options should not have spaces"
href="https://bugs.freedesktop.org/show_bug.cgi?id=78565#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Placeholders describing command line options should not have spaces"
href="https://bugs.freedesktop.org/show_bug.cgi?id=78565">bug 78565</a>
from <span class="vcard"><a class="email" href="mailto:manish.sogi@samsung.com" title="Manish <manish.sogi@samsung.com>"> <span class="fn">Manish</span></a>
</span></b>
<pre><a href="http://lists.freedesktop.org/archives/pulseaudio-discuss/2015-June/024061.html">http://lists.freedesktop.org/archives/pulseaudio-discuss/2015-June/024061.html</a>
Signed-off-by: Manish Sogi <manish.sogi at samsung.com>
---
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 ef3b84b..547ebe1 100644
--- a/src/utils/pacmd.c
+++ b/src/utils/pacmd.c
@@ -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"));
--
1.7.9.5</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>