]> git.ozlabs.org Git - ppp.git/commitdiff
plugins/pppoe: Fix typo in pppoe-discovery.c help text (#565)
authorFallguy0815 <75937026+Fallguy0815@users.noreply.github.com>
Thu, 14 Aug 2025 22:46:30 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Aug 2025 22:46:30 +0000 (08:46 +1000)
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 <gregwarrior@gmx.de>
pppd/plugins/pppoe/pppoe-discovery.c

index 79ad805cfabd93c6119b9dc2d5e047b6fb3c384d..69351f1ab92e7588c066c8ced2e038cf39a080d3 100644 (file)
@@ -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"