From: Fallguy0815 <75937026+Fallguy0815@users.noreply.github.com> Date: Thu, 14 Aug 2025 22:46:30 +0000 (+0200) Subject: plugins/pppoe: Fix typo in pppoe-discovery.c help text (#565) X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=ee9f4211bdb5d7ceb3219d687df25092f54049fb;p=ppp.git 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 --- 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"