mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
pactl: Document @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@
I went to implement the possibility to use the default sink/source but found that it was already working. So I figured I'd update the help text instead. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
3a3c4eb462
commit
596d9aa740
1 changed files with 2 additions and 0 deletions
|
|
@ -1510,6 +1510,8 @@ static void help(const char *argv0) {
|
|||
printf("%s %s %s %s\n", argv0, _("[options]"), "set-sink-formats", _("#N FORMATS"));
|
||||
printf("%s %s %s %s\n", argv0, _("[options]"), "set-port-latency-offset", _("CARD-NAME|CARD-#N PORT OFFSET"));
|
||||
printf("%s %s %s\n", argv0, _("[options]"), "subscribe");
|
||||
printf(_("\nThe special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n"
|
||||
"can be used to specify the default sink, source and monitor.\n"));
|
||||
|
||||
printf(_("\n"
|
||||
" -h, --help Show this help\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue