pipewire-pulse: fix help string

This commit is contained in:
Wim Taymans 2020-11-17 21:04:02 +01:00
parent 7ac23c8b82
commit 89cb39badd

View file

@ -46,7 +46,7 @@ static void show_help(const char *name)
" -h, --help Show this help\n"
" --version Show version\n"
" -a --address comma separated list of addresses (Default %s)\n"
" unix:<socket-name>\n",
" unix:<socket-name>\n"
" tcp:[<ip>][:<port>]\n",
name,
address);