mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pw-loopback: fix help text
The id in the help text is not supported
This commit is contained in:
parent
6217f20c04
commit
d57979517e
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ static void do_quit(void *data, int signal_number)
|
||||||
|
|
||||||
static void show_help(struct data *data, const char *name)
|
static void show_help(struct data *data, const char *name)
|
||||||
{
|
{
|
||||||
fprintf(stdout, "%s [options] [<id>]\n"
|
fprintf(stdout, "%s [options]\n"
|
||||||
" -h, --help Show this help\n"
|
" -h, --help Show this help\n"
|
||||||
" --version Show version\n"
|
" --version Show version\n"
|
||||||
" -r, --remote Remote daemon name\n"
|
" -r, --remote Remote daemon name\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue