summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorJason Nader <8526-ammgws@users.noreply.gitlab.freedesktop.org>2021-02-01 10:06:06 +0000
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>2021-05-17 15:35:07 +0000
commitee6af0be23f2687312fb57ea1f7a4e81646855b5 (patch)
tree4e18a1620f22bebd147d60933a161f22044176ec /src/utils
parent4979fa649c4ce5f3e2cc8eb5cb38c24725877f0c (diff)
Apply 1 suggestion(s) to 1 file(s)
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/430>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index f46a75761..85f776c39 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -1849,7 +1849,7 @@ static void help(const char *argv0) {
printf("%s %s %s %s\n", argv0, _("[options]"), "move-(sink-input|source-output)", _("#N SINK|SOURCE"));
printf("%s %s %s %s\n", argv0, _("[options]"), "suspend-(sink|source)", _("NAME|#N 1|0"));
printf("%s %s %s %s\n", argv0, _("[options]"), "set-card-profile ", _("CARD PROFILE"));
- printf("%s %s %s %s\n", argv0, _("[options]"), "get-default-(sink|source)", _("NAME"));
+ printf("%s %s %s %s\n", argv0, _("[options]"), "get-default-(sink|source)");
printf("%s %s %s %s\n", argv0, _("[options]"), "set-default-(sink|source)", _("NAME"));
printf("%s %s %s %s\n", argv0, _("[options]"), "set-(sink|source)-port", _("NAME|#N PORT"));
printf("%s %s %s %s\n", argv0, _("[options]"), "get-(sink|source)-volume", _("NAME|#N"));