tools: Document a couple of missing short form args for pw-loobpack

This commit is contained in:
Arun Raghavan 2024-12-31 11:22:17 -05:00
parent 152a6683ef
commit 088d8011f2
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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,