mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pacat: fix syntax error
This commit is contained in:
parent
16600ce40c
commit
10445e0fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ static void help(const char *argv0) {
|
|||
" -p, --playback Create a connection for playback\n\n"
|
||||
" -v, --verbose Enable verbose operations\n\n"
|
||||
" -s, --server=SERVER The name of the server to connect to\n"
|
||||
" -d, --device=DEVICE The name of the sink/source to connect to.
|
||||
" -d, --device=DEVICE The name of the sink/source to connect to.\n"
|
||||
" The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and\n"
|
||||
" @DEFAULT_MONITOR@ can be used to specify the default sink,\n"
|
||||
" source and monitor respectively.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue