From ee6af0be23f2687312fb57ea1f7a4e81646855b5 Mon Sep 17 00:00:00 2001 From: Jason Nader <8526-ammgws@users.noreply.gitlab.freedesktop.org> Date: Mon, 1 Feb 2021 10:06:06 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Part-of: --- src/utils/pactl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));