From b5cd6d02fd6090b797df718426c39b5aed475f3f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 3 Feb 2022 16:22:21 +0100 Subject: [PATCH] pw-link: fix -L comment --- src/tools/pw-link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pw-link.c b/src/tools/pw-link.c index b1a4bf20f..88b7e0732 100644 --- a/src/tools/pw-link.c +++ b/src/tools/pw-link.c @@ -567,7 +567,7 @@ static void show_help(struct data *data, const char *name) " -I, --id List IDs\n" " -v, --verbose Verbose port properties\n" "Connect: %1$s [options] output input\n" - " -L, --linger Linger (for use with -m)\n" + " -L, --linger Linger (for use without -m)\n" " -P, --passive Passive link\n" " -p, --props=PROPS Properties as JSON object\n" "Disconnect: %1$s -d [options] output input\n"