]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Update description of --disable-poman in configure.ac
authorFiras Khalil Khana <firasuke@gmail.com>
Mon, 23 Sep 2024 18:17:42 +0000 (21:17 +0300)
committerKarel Zak <kzak@redhat.com>
Fri, 3 Jan 2025 11:21:42 +0000 (12:21 +0100)
(cherry picked from commit ff8752841ddc94f8867088b0c0002ed830f3300b)

configure.ac

index f056744aba8ed1ab760b9ddca809acfb18364ec9..ca8ae1a288a723f6d8050929f02354ec58de0f84 100644 (file)
@@ -883,7 +883,7 @@ AM_CONDITIONAL([HAVE_MANPAGES], [test "x$have_manpages" = xyes])
 
 
 AC_ARG_ENABLE([poman],
-  AS_HELP_STRING([--disable-poman], [generate translated man pages]),
+  AS_HELP_STRING([--disable-poman], [do not generate translated man pages]),
   [], [UL_DEFAULT_ENABLE([poman], [check])]
 )
 UL_BUILD_INIT([poman])