diff options
author | Jason Nader <8526-ammgws@users.noreply.gitlab.freedesktop.org> | 2021-02-01 10:06:06 +0000 |
---|---|---|
committer | PulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org> | 2021-05-17 15:35:07 +0000 |
commit | ee6af0be23f2687312fb57ea1f7a4e81646855b5 (patch) | |
tree | 4e18a1620f22bebd147d60933a161f22044176ec | |
parent | 4979fa649c4ce5f3e2cc8eb5cb38c24725877f0c (diff) | |
download | pulseaudio-ee6af0be23f2687312fb57ea1f7a4e81646855b5.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/430>
-rw-r--r-- | src/utils/pactl.c | 2 |
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")); |