mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
tools: Document a couple of missing short form args for pw-loobpack
This commit is contained in:
parent
152a6683ef
commit
088d8011f2
2 changed files with 4 additions and 4 deletions
|
|
@ -45,10 +45,10 @@ Target device to capture from
|
|||
\par -P | \--playback=TARGET
|
||||
Target device to play to
|
||||
|
||||
\par \--capture-props=PROPS
|
||||
\par -i | \--capture-props=PROPS
|
||||
Wanted properties of capture node (in JSON)
|
||||
|
||||
\par \--playback-props=PROPS
|
||||
\par -o | \--playback-props=PROPS
|
||||
Wanted properties of capture node (in JSON)
|
||||
|
||||
# AUTHORS
|
||||
|
|
|
|||
|
|
@ -77,9 +77,9 @@ static void show_help(struct data *data, const char *name, bool error)
|
|||
" -l, --latency Desired latency in ms\n"
|
||||
" -d, --delay Desired delay in float s\n"
|
||||
" -C --capture Capture source to connect to (name or serial)\n"
|
||||
" --capture-props Capture stream properties\n"
|
||||
" -i --capture-props Capture stream properties\n"
|
||||
" -P --playback Playback sink to connect to (name or serial)\n"
|
||||
" --playback-props Playback stream properties\n",
|
||||
" -o --playback-props Playback stream properties\n",
|
||||
name,
|
||||
data->opt_node_name,
|
||||
data->opt_group_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue