man: Fix usage message

PR:		289245
Fixes:		14b61b2e93 ("man: Add -l option")
This commit is contained in:
Dag-Erling Smørgrav
2025-09-08 15:26:43 +02:00
parent fd9e09cb2a
commit dc38cf116c
+1 -1
View File
@@ -766,7 +766,7 @@ man_setup_locale() {
# Display usage for the man utility.
man_usage() {
echo 'Usage:'
echo ' man [-adho] [-t | -w] [-M manpath] [-P pager] [-S mansect]'
echo ' man [-adhlo] [-t | -w] [-M manpath] [-P pager] [-S mansect]'
echo ' [-m arch[:machine]] [-p [eprtv]] [mansect] page [...]'
echo ' man -K | -f | -k expression [...] -- Search manual pages'