pw-loopback: fix help text

The id in the help text is not supported
This commit is contained in:
Wim Taymans 2021-04-09 15:56:00 +02:00
parent 6217f20c04
commit d57979517e

View file

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