mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -04:00
pw-mon: Fix help message for --hide-params
This commit is contained in:
parent
7dd2c60b12
commit
fc723d7b15
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ static void show_help(const char *name, bool error)
|
||||||
" -N, --no-colors disable color output\n"
|
" -N, --no-colors disable color output\n"
|
||||||
" -C, --color[=WHEN] whether to enable color support. WHEN is `never`, `always`, or `auto`\n"
|
" -C, --color[=WHEN] whether to enable color support. WHEN is `never`, `always`, or `auto`\n"
|
||||||
" -o, --hide-props hide node properties\n"
|
" -o, --hide-props hide node properties\n"
|
||||||
" -a, --hide-params hide node properties\n"
|
" -a, --hide-params hide node parameters\n"
|
||||||
" -p, --print-separator print empty line after every event to help streaming parser\n",
|
" -p, --print-separator print empty line after every event to help streaming parser\n",
|
||||||
name);
|
name);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue