]> 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)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 18:17:42 +0000 (21:17 +0300)
configure.ac

index 0ca2ebcf77247552a30fcccb532be1c52e5ae4ec..3c3d8263dae5df69870c99a5a8f382fe2316262e 100644 (file)
@@ -881,7 +881,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])