mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire-pulse: fix help string
This commit is contained in:
parent
7ac23c8b82
commit
89cb39badd
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ static void show_help(const char *name)
|
||||||
" -h, --help Show this help\n"
|
" -h, --help Show this help\n"
|
||||||
" --version Show version\n"
|
" --version Show version\n"
|
||||||
" -a --address comma separated list of addresses (Default %s)\n"
|
" -a --address comma separated list of addresses (Default %s)\n"
|
||||||
" unix:<socket-name>\n",
|
" unix:<socket-name>\n"
|
||||||
" tcp:[<ip>][:<port>]\n",
|
" tcp:[<ip>][:<port>]\n",
|
||||||
name,
|
name,
|
||||||
address);
|
address);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue