From ee9f4211bdb5d7ceb3219d687df25092f54049fb Mon Sep 17 00:00:00 2001 From: Fallguy0815 <75937026+Fallguy0815@users.noreply.github.com> Date: Fri, 15 Aug 2025 00:46:30 +0200 Subject: [PATCH] plugins/pppoe: Fix typo in pppoe-discovery.c help text (#565) Fix typo in usage(void) of pppoe-discovery. -Q should be described as Quiet (as in silent) mode, not Quit (as in exit) mode Signed-off-by: Gregor Heuer --- pppd/plugins/pppoe/pppoe-discovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pppd/plugins/pppoe/pppoe-discovery.c b/pppd/plugins/pppoe/pppoe-discovery.c index 79ad805..69351f1 100644 --- a/pppd/plugins/pppoe/pppoe-discovery.c +++ b/pppd/plugins/pppoe/pppoe-discovery.c @@ -277,7 +277,7 @@ usage(void) " -t timeout -- Initial timeout for discovery packets in seconds\n" " -a attempts -- Number of discovery attempts\n" " -V -- Print version and exit.\n" - " -Q -- Quit Mode: Do not print access concentrator names\n" + " -Q -- Quiet Mode: Do not print access concentrator names\n" " -S name -- Set desired service name.\n" " -C name -- Set desired access concentrator name.\n" " -U -- Use Host-Unique to allow multiple PPPoE sessions.\n" -- 2.47.2